HomeSort by relevance Sort by last modified time
    Searched refs:PV_END_OF_BUF (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
combined_encode.cpp 183 /* continue even if status == PV_END_OF_BUF, to get the stats */
193 /* continue even if status == PV_END_OF_BUF, to get the stats */
202 /* continue even if status == PV_END_OF_BUF, to get the stats */
235 /* continue even if status == PV_END_OF_BUF, to get the stats */
247 return status; /* if status == PV_END_OF_BUF, this frame will be pre-skipped */
304 if (status != PV_END_OF_BUF)
475 if (status == PV_END_OF_BUF)
555 status = PV_END_OF_BUF;
570 // status = PV_END_OF_BUF;
576 status = PV_END_OF_BUF;
    [all...]
mp4def.h 80 PV_END_OF_BUF /* hit End_of_Bitstream_Buffer */
datapart_encode.cpp 160 /* continue even if status == PV_END_OF_BUF, to get the stats */
190 /* continue even if status == PV_END_OF_BUF, to get the stats */
196 return status; /* if status == PV_END_OF_BUF, this frame will be pre-skipped */
249 if (status != PV_END_OF_BUF)
404 if (status == PV_END_OF_BUF) /* if cannot fit a buffer */
462 if (status == PV_END_OF_BUF)
bitstream_io.cpp 544 status = PV_END_OF_BUF; /* signal end of buffer */
557 if (status == PV_END_OF_BUF) /* re-position bitstream2 */
692 return PV_END_OF_BUF;
vop.cpp 252 if (video->mbnum >= currVol->nTotalMB && status != PV_END_OF_BUF) /* end of Vop */
mp4enc_api.cpp     [all...]

Completed in 69 milliseconds