/third_party/ffmpeg/libavcodec/ |
H A D | frame_thread_encoder.c | 84 AVFrame *frame; in worker() local 283 ff_thread_video_encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVFrame *frame, int *got_packet_ptr) ff_thread_video_encode_frame() argument [all...] |
H A D | intrax8.h | 53 AVFrame *frame; member
|
H A D | mpc7.c | 175 static int mpc7_decode_frame(AVCodecContext *avctx, AVFrame *frame, in mpc7_decode_frame() argument
|
H A D | aptxdec.c | 140 static int aptx_decode_frame(AVCodecContext *avctx, AVFrame *frame, in aptx_decode_frame() argument
|
H A D | cngdec.c | 105 static int cng_decode_frame(AVCodecContext *avctx, AVFrame *frame, in cng_decode_frame() argument
|
H A D | hapenc.c | 191 hap_encode(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) hap_encode() argument
|
H A D | hapdec.c | 250 static int hap_decode(AVCodecContext *avctx, AVFrame *frame, in hap_decode() argument
|
H A D | avs.c | 28 AVFrame *frame; member
|
H A D | brenderpix.c | 133 static int pix_decode_frame(AVCodecContext *avctx, AVFrame *frame, in pix_decode_frame() argument [all...] |
H A D | get_buffer.c | 84 static int update_frame_pool(AVCodecContext *avctx, AVFrame *frame) in update_frame_pool() argument 201 audio_get_buffer(AVCodecContext *avctx, AVFrame *frame) audio_get_buffer() argument 290 avcodec_default_get_buffer2(AVCodecContext *avctx, AVFrame *frame, int flags) avcodec_default_get_buffer2() argument [all...] |
H A D | idcinvideo.c | 174 static int idcin_decode_vlcs(IdcinContext *s, AVFrame *frame) in idcin_decode_vlcs() argument 212 static int idcin_decode_frame(AVCodecContext *avctx, AVFrame *frame, in idcin_decode_frame() argument
|
H A D | libopusdec.c | 159 static int libopus_decode(AVCodecContext *avc, AVFrame *frame, in libopus_decode() argument [all...] |
H A D | cyuv.c | 62 static int cyuv_decode_frame(AVCodecContext *avctx, AVFrame *frame, in cyuv_decode_frame() argument [all...] |
H A D | eatgq.c | 116 static void tgq_idct_put_mb(TgqContext *s, int16_t (*block)[64], AVFrame *frame, in tgq_idct_put_mb() argument 143 static void tgq_idct_put_mb_dconly(TgqContext *s, AVFrame *frame, in tgq_idct_put_mb_dconly() argument 160 tgq_decode_mb(TgqContext *s, AVFrame *frame, int mb_y, int mb_x) tgq_decode_mb() argument 212 tgq_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) tgq_decode_frame() argument [all...] |
H A D | eacmv.c | 60 static void cmv_decode_intra(CmvContext * s, AVFrame *frame, in cmv_decode_intra() argument 92 static void cmv_decode_inter(CmvContext *s, AVFrame *frame, const uint8_t *buf, in cmv_decode_inter() argument 172 cmv_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) cmv_decode_frame() argument [all...] |
H A D | eatqi.c | 97 static inline void tqi_idct_put(AVCodecContext *avctx, AVFrame *frame, in tqi_idct_put() argument 127 static int tqi_decode_frame(AVCodecContext *avctx, AVFrame *frame, in tqi_decode_frame() argument [all...] |
H A D | libvorbisdec.c | 152 static int oggvorbis_decode_frame(AVCodecContext *avccontext, AVFrame *frame, in oggvorbis_decode_frame() argument
|
H A D | lscrdec.c | 115 AVFrame *frame = s->last_picture; in decode_frame_lscr() local [all...] |
H A D | mediacodec_sw_buffer.c | 76 ff_mediacodec_sw_buffer_copy_yuv420_planar(AVCodecContext *avctx, MediaCodecDecContext *s, uint8_t *data, size_t size, FFAMediaCodecBufferInfo *info, AVFrame *frame) ff_mediacodec_sw_buffer_copy_yuv420_planar() argument 131 ff_mediacodec_sw_buffer_copy_yuv420_semi_planar(AVCodecContext *avctx, MediaCodecDecContext *s, uint8_t *data, size_t size, FFAMediaCodecBufferInfo *info, AVFrame *frame) ff_mediacodec_sw_buffer_copy_yuv420_semi_planar() argument 181 ff_mediacodec_sw_buffer_copy_yuv420_packed_semi_planar(AVCodecContext *avctx, MediaCodecDecContext *s, uint8_t *data, size_t size, FFAMediaCodecBufferInfo *info, AVFrame *frame) ff_mediacodec_sw_buffer_copy_yuv420_packed_semi_planar() argument 272 ff_mediacodec_sw_buffer_copy_yuv420_packed_semi_planar_64x32Tile2m8ka(AVCodecContext *avctx, MediaCodecDecContext *s, uint8_t *data, size_t size, FFAMediaCodecBufferInfo *info, AVFrame *frame) ff_mediacodec_sw_buffer_copy_yuv420_packed_semi_planar_64x32Tile2m8ka() argument [all...] |
H A D | arbc.c | 41 static int fill_tile4(AVCodecContext *avctx, int color, AVFrame *frame) in fill_tile4() argument 119 static int decode_frame(AVCodecContext *avctx, AVFrame *frame, in decode_frame() argument 76 fill_tileX(AVCodecContext *avctx, int tile_width, int tile_height, int color, AVFrame *frame) fill_tileX() argument [all...] |
H A D | asvenc.c | 186 static inline void dct_get(ASV1Context *a, const AVFrame *frame, in dct_get() argument
|
H A D | mmvideo.c | 52 AVFrame *frame; member [all...] |
/third_party/elfutils/tests/ |
H A D | dwarfcfi.c | 82 Dwarf_Frame *frame; in handle_address() local
|
/third_party/ffmpeg/doc/examples/ |
H A D | filtering_audio.c | 201 static void print_frame(const AVFrame *frame) in print_frame() argument 219 AVFrame *frame = av_frame_alloc(); in main() local [all...] |
H A D | filtering_video.c | 179 static void display_frame(const AVFrame *frame, AVRational time_base) in display_frame() argument 214 AVFrame *frame; in main() local [all...] |