Home
last modified time | relevance | path

Searched refs:frame_alloc (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daudio_frame_queue.c46 …AudioFrame *new = av_fast_realloc(afq->frames, &afq->frame_alloc, sizeof(*afq->frames)*(afq->frame… in ff_af_queue_add()
82 if (afq->frame_count || afq->frame_alloc) { in ff_af_queue_remove()
Daudio_frame_queue.h38 unsigned frame_alloc; member
Dlibmp3lame.c221 } else if (!s->afq.frame_alloc) { in mp3lame_encode_frame()
Dlibvorbisenc.c312 if (!s->eof && s->afq.frame_alloc) in libvorbis_encode_frame()
Dlibopusenc.c478 if (!opus->afq.remaining_samples || (!opus->afq.frame_alloc && !opus->afq.frame_count)) in libopus_encode()
Daacenc.c573 if (!s->afq.remaining_samples || (!s->afq.frame_alloc && !s->afq.frame_count)) in aac_encode_frame()
/third_party/ffmpeg/libavfilter/
Dvf_deinterlace_qsv.c126 static mfxStatus frame_alloc(mfxHDL pthis, mfxFrameAllocRequest *req, in frame_alloc() function
266 .Alloc = frame_alloc, in init_out_session()
Dvf_scale_qsv.c228 static mfxStatus frame_alloc(mfxHDL pthis, mfxFrameAllocRequest *req, in frame_alloc() function
379 .Alloc = frame_alloc, in init_out_session()
Dqsvvpp.c184 static mfxStatus frame_alloc(mfxHDL pthis, mfxFrameAllocRequest *req, in frame_alloc() function
654 .Alloc = frame_alloc, in init_vpp_session()
/third_party/python/Objects/
Dframeobject.c778 frame_alloc(PyCodeObject *code) in frame_alloc() function
837 PyFrameObject *f = frame_alloc((PyCodeObject *)con->fc_code); in _PyFrame_New_NoTrack()
/third_party/ffmpeg/libavutil/
Dhwcontext_qsv.c391 static mfxStatus frame_alloc(mfxHDL pthis, mfxFrameAllocRequest *req, in frame_alloc() function
450 .Alloc = frame_alloc, in qsv_init_internal_session()