Home
last modified time | relevance | path

Searched refs:frame_alloc (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Daudio_frame_queue.c46 AudioFrame *new = av_fast_realloc(afq->frames, &afq->frame_alloc, sizeof(*afq->frames)*(afq->frame_count+1)); in ff_af_queue_add()
82 if (afq->frame_count || afq->frame_alloc) { in ff_af_queue_remove()
H A Daudio_frame_queue.h38 unsigned frame_alloc; member
H A Dlibmp3lame.c223 } else if (!s->afq.frame_alloc) { in mp3lame_encode_frame()
H A Dlibopusenc.c481 if (!opus->afq.remaining_samples || (!opus->afq.frame_alloc && !opus->afq.frame_count)) in libopus_encode()
H A Dlibvorbisenc.c315 if (!s->eof && s->afq.frame_alloc) in libvorbis_encode_frame()
H A Daacenc.c576 if (!s->afq.remaining_samples || (!s->afq.frame_alloc && !s->afq.frame_count)) in aac_encode_frame()
/third_party/ffmpeg/libavfilter/
H A Dvf_deinterlace_qsv.c106 static mfxStatus frame_alloc(mfxHDL pthis, mfxFrameAllocRequest *req, in frame_alloc() function
250 .Alloc = frame_alloc, in init_out_session()
H A Dvf_scale_qsv.c212 static mfxStatus frame_alloc(mfxHDL pthis, mfxFrameAllocRequest *req, in frame_alloc() function
367 .Alloc = frame_alloc, in init_out_session()
H A Dqsvvpp.c153 static mfxStatus frame_alloc(mfxHDL pthis, mfxFrameAllocRequest *req, in frame_alloc() function
635 .Alloc = frame_alloc, in init_vpp_session()
/third_party/ffmpeg/libavutil/
H A Dhwcontext_qsv.c555 static mfxStatus frame_alloc(mfxHDL pthis, mfxFrameAllocRequest *req, in frame_alloc() function
620 .Alloc = frame_alloc, in qsv_init_internal_session()

Completed in 9 milliseconds