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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibschroedingerdec.c220 LibSchroFrameContext *framewithpts = NULL; local
280 framewithpts = av_malloc(sizeof(LibSchroFrameContext));
281 if (!framewithpts) {
285 framewithpts->frame = frame;
286 framewithpts->pts = AV_RN64(tag->value);
288 framewithpts);
306 framewithpts = ff_schro_queue_pop(&p_schro_params->dec_frame_queue);
308 if (framewithpts && framewithpts->frame) {
315 framewithpts
[all...]

Completed in 120 milliseconds