Home
last modified time | relevance | path

Searched refs:avci (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Davcodec.c118 AVCodecInternal *avci; in avcodec_open2() local
150 avci = av_mallocz(sizeof(*avci)); in avcodec_open2()
151 if (!avci) { in avcodec_open2()
155 avctx->internal = avci; in avcodec_open2()
157 avci->buffer_frame = av_frame_alloc(); in avcodec_open2()
158 avci->buffer_pkt = av_packet_alloc(); in avcodec_open2()
159 if (!avci->buffer_frame || !avci->buffer_pkt) { in avcodec_open2()
164 avci in avcodec_open2()
379 AVCodecInternal *avci = avctx->internal; avcodec_flush_buffers() local
448 AVCodecInternal *avci = avctx->internal; avcodec_close() local
[all...]
H A Ddecode.c149 static int extract_packet_props(AVCodecInternal *avci, const AVPacket *pkt) in extract_packet_props() argument
154 if (IS_EMPTY(avci->last_pkt_props)) { in extract_packet_props()
155 if (av_fifo_read(avci->pkt_props, avci->last_pkt_props, 1) < 0) in extract_packet_props()
156 return copy_packet_props(avci->last_pkt_props, pkt); in extract_packet_props()
163 ret = av_fifo_write(avci->pkt_props, &tmp, 1); in extract_packet_props()
172 AVCodecInternal *avci = avctx->internal; in decode_bsfs_init() local
176 if (avci->bsf) in decode_bsfs_init()
179 ret = av_bsf_list_parse_str(codec->bsfs, &avci->bsf); in decode_bsfs_init()
190 avci in decode_bsfs_init()
207 AVCodecInternal *avci = avctx->internal; ff_decode_get_packet() local
279 AVCodecInternal *avci = avctx->internal; decode_simple_internal() local
525 AVCodecInternal *avci = avctx->internal; decode_receive_frame_internal() local
578 AVCodecInternal *avci = avctx->internal; avcodec_send_packet() local
641 AVCodecInternal *avci = avctx->internal; avcodec_receive_frame() local
837 AVCodecInternal *avci = avctx->internal; avcodec_decode_subtitle2() local
1531 AVCodecInternal *avci = avctx->internal; ff_decode_preinit() local
[all...]
H A Dencode.c162 AVCodecInternal *avci = avctx->internal; in ff_encode_get_frame() local
164 if (avci->draining) in ff_encode_get_frame()
167 if (!avci->buffer_frame->buf[0]) in ff_encode_get_frame()
170 av_frame_move_ref(frame, avci->buffer_frame); in ff_encode_get_frame()
177 AVCodecInternal *avci = avctx->internal; in encode_simple_internal() local
178 AVFrame *frame = avci->in_frame; in encode_simple_internal()
183 if (avci->draining_done) in encode_simple_internal()
186 if (!frame->buf[0] && !avci->draining) { in encode_simple_internal()
195 (avci->frame_thread_encoder && avctx->active_thread_type & FF_THREAD_FRAME))) in encode_simple_internal()
207 avci in encode_simple_internal()
279 AVCodecInternal *avci = avctx->internal; encode_receive_packet_internal() local
313 AVCodecInternal *avci = avctx->internal; encode_send_frame_internal() local
359 AVCodecInternal *avci = avctx->internal; avcodec_send_frame() local
392 AVCodecInternal *avci = avctx->internal; avcodec_receive_packet() local
565 AVCodecInternal *avci = avctx->internal; ff_encode_preinit() local
[all...]

Completed in 3 milliseconds