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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpvdec_api.cpp74 /* Return : PV_TRUE if successed, PV_FALSE if failed. */
81 Bool status = PV_TRUE;
159 if (status == PV_TRUE)
234 if (status == PV_TRUE)
235 status = PV_TRUE; /* we want to make sure that if first layer is bad, second layer is good return PV_FAIL */
241 status = PV_TRUE;
252 video->shortVideoHeader = PV_TRUE;
255 if (video->shortVideoHeader == PV_TRUE)
292 video->initialized = PV_TRUE;
309 Bool status = PV_TRUE;
[all...]
H A Dbitstream.cpp561 /* Return : PV_TRUE if successed, PV_FALSE if failed. */
573 if (pattern == msk[n_stuffed-1]) return PV_TRUE;
586 return PV_TRUE;
589 if (pattern == 0) return PV_TRUE;
679 /* Return : PV_TRUE if successed, PV_FALSE if failed. */
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp159 /* Return : PV_TRUE if successed, PV_FALSE if failed. */
181 return PV_TRUE;
189 /* Return : PV_TRUE if successed, PV_FALSE if failed. */
196 Bool status = PV_TRUE;
637 if (status != PV_TRUE)
1092 return PV_TRUE;
1106 /* Return : PV_TRUE if successed, PV_FALSE if failed. */
1298 return PV_TRUE;
1306 /* Return : PV_TRUE if successed, PV_FALSE if failed. */
1343 return PV_TRUE;
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp265 outHeader->pBuffer) != PV_TRUE) {
279 if (PVDecodeVopBody(mHandle, &tmp) != PV_TRUE) {
390 CHECK_EQ((int)PVResetVideoDecoder(mHandle), (int)PV_TRUE);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
H A Dmp4dec_api.h35 #define PV_TRUE 1 macro
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
H A Dmp4enc_api.h38 #define PV_TRUE 1 macro

Completed in 326 milliseconds