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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dcombined_encode.cpp183 /* 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...]
H A Dmp4def.h80 PV_END_OF_BUF /* hit End_of_Bitstream_Buffer */ enumerator in enum:__anon585
H A Ddatapart_encode.cpp160 /* 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)
H A Dbitstream_io.cpp544 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;
H A Dvop.cpp252 if (video->mbnum >= currVol->nTotalMB && status != PV_END_OF_BUF) /* end of Vop */
H A Dmp4enc_api.cpp2877 if (RC_GetSkipNextFrame(video, currLayer) < 0 || status == PV_END_OF_BUF) /* Skip Current Frame */

Completed in 257 milliseconds