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.cpp74 /* Return : PV_TRUE if successed, PV_FALSE if failed. */
109 status = PV_FALSE;
115 if (video->vol == NULL) status = PV_FALSE;
129 if (video->currVop == NULL) status = PV_FALSE;
132 if (video->prevVop == NULL) status = PV_FALSE;
139 if (video->currVop == NULL) status = PV_FALSE;
142 if (video->prevVop == NULL) status = PV_FALSE;
147 status = PV_FALSE;
153 if (video->vopHeader == NULL) status = PV_FALSE;
157 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 96 milliseconds