Searched refs:schro_frame_fmt (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibschroedinger.h36 SchroFrameFormat schro_frame_fmt; member in struct:__anon1943
54 SchroFrameFormat *schro_frame_fmt);
61 SchroFrameFormat schro_frame_fmt);
H A Dlibschroedinger.c65 SchroFrameFormat *schro_frame_fmt)
74 *schro_frame_fmt = schro_pixel_format_map[idx].schro_frame_fmt;
93 SchroFrameFormat schro_frame_fmt)
103 uv_width = y_width >> (SCHRO_FRAME_FORMAT_H_SHIFT(schro_frame_fmt));
104 uv_height = y_height >> (SCHRO_FRAME_FORMAT_V_SHIFT(schro_frame_fmt));
110 p_frame->format = schro_frame_fmt;
64 ff_get_schro_frame_format(SchroChromaFormat schro_pix_fmt, SchroFrameFormat *schro_frame_fmt) argument
92 ff_create_schro_frame(AVCodecContext *avccontext, SchroFrameFormat schro_frame_fmt) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibschroedinger.h106 SchroFrameFormat schro_frame_fmt; member in struct:__anon3177
124 SchroFrameFormat *schro_frame_fmt);
131 SchroFrameFormat schro_frame_fmt);
H A Dlibschroedinger.c152 SchroFrameFormat *schro_frame_fmt)
161 *schro_frame_fmt = schro_pixel_format_map[idx].schro_frame_fmt;
180 SchroFrameFormat schro_frame_fmt)
190 uv_width = y_width >> (SCHRO_FRAME_FORMAT_H_SHIFT(schro_frame_fmt));
191 uv_height = y_height >> (SCHRO_FRAME_FORMAT_V_SHIFT(schro_frame_fmt));
200 p_frame->format = schro_frame_fmt;
151 ff_get_schro_frame_format(SchroChromaFormat schro_pix_fmt, SchroFrameFormat *schro_frame_fmt) argument
179 ff_create_schro_frame(AVCodecContext *avctx, SchroFrameFormat schro_frame_fmt) argument

Completed in 104 milliseconds