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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibdiracenc.c236 DiracSchroEncodedFrame *p_next_output_frame = NULL; local
343 p_next_output_frame = ff_dirac_schro_queue_pop(&p_dirac_params->enc_frame_queue);
345 if (!p_next_output_frame)
348 memcpy(frame, p_next_output_frame->p_encbuf, p_next_output_frame->size);
349 avccontext->coded_frame->key_frame = p_next_output_frame->key_frame;
353 avccontext->coded_frame->pts = p_next_output_frame->frame_num;
354 enc_size = p_next_output_frame->size;
367 DiracFreeFrame(p_next_output_frame);

Completed in 28 milliseconds