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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpvdec_api.cpp72 /* Return : PV_TRUE if successed, PV_FALSE if failed. */
107 status = PV_FALSE;
113 if (video->vol == NULL) status = PV_FALSE;
127 if (video->currVop == NULL) status = PV_FALSE;
130 if (video->prevVop == NULL) status = PV_FALSE;
137 if (video->currVop == NULL) status = PV_FALSE;
140 if (video->prevVop == NULL) status = PV_FALSE;
145 status = PV_FALSE;
151 if (video->vopHeader == NULL) status = PV_FALSE;
155 video->initialized = PV_FALSE;
[all...]
H A Dbitstream.cpp561 /* Return : PV_TRUE if successed, PV_FALSE if failed. */
574 return PV_FALSE;
590 return PV_FALSE;
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. */
176 return PV_FALSE;
189 /* Return : PV_TRUE if successed, PV_FALSE if failed. */
230 return PV_FALSE;
629 if (mbsPerSec > video->encParams->LayerMaxMbsPerSec[idx]) status = PV_FALSE;
996 status = PV_FALSE;
1006 status = PV_FALSE;
1015 status = PV_FALSE;
1025 status = PV_FALSE;
1034 status = PV_FALSE;
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
H A Dmp4dec_api.h36 #define PV_FALSE 0 macro
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
H A Dmp4enc_api.h39 #define PV_FALSE 0 macro

Completed in 3003 milliseconds