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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp431 outHeader->pBuffer) != PV_TRUE) {
540 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/dec/src/
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. */
H A Dpvdec_api.cpp64 /* Return : PV_TRUE if successed, PV_FALSE if failed. */
71 Bool status = PV_TRUE;
139 if (status == PV_TRUE)
214 if (status == PV_TRUE)
215 status = PV_TRUE; /* we want to make sure that if first layer is bad, second layer is good return PV_FAIL */
221 status = PV_TRUE;
232 video->shortVideoHeader = PV_TRUE;
235 if (video->shortVideoHeader == PV_TRUE)
269 video->initialized = PV_TRUE;
285 Bool status = PV_TRUE;
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
H A Dmp4enc_api.h38 #define PV_TRUE 1 macro
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp152 /* Return : PV_TRUE if successed, PV_FALSE if failed. */
174 return PV_TRUE;
182 /* Return : PV_TRUE if successed, PV_FALSE if failed. */
189 Bool status = PV_TRUE;
626 if (status != PV_TRUE)
1059 return PV_TRUE;
1073 /* Return : PV_TRUE if successed, PV_FALSE if failed. */
1269 return PV_TRUE;
1277 /* Return : PV_TRUE if successed, PV_FALSE if failed. */
1314 return PV_TRUE;
[all...]

Completed in 146 milliseconds