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.cpp64 /* Return : PV_TRUE if successed, PV_FALSE if failed. */
100 if (video->vol == NULL) status = PV_FALSE;
114 if (video->currVop == NULL) status = PV_FALSE;
117 if (video->prevVop == NULL) status = PV_FALSE;
124 if (video->currVop == NULL) status = PV_FALSE;
127 if (video->prevVop == NULL) status = PV_FALSE;
133 if (video->vopHeader == NULL) status = PV_FALSE;
137 video->initialized = PV_FALSE;
155 status = PV_FALSE;
168 if (video->vol[idx] == NULL) status = 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.cpp152 /* Return : PV_TRUE if successed, PV_FALSE if failed. */
169 return PV_FALSE;
182 /* Return : PV_TRUE if successed, PV_FALSE if failed. */
223 return PV_FALSE;
618 if (mbsPerSec > video->encParams->LayerMaxMbsPerSec[idx]) status = PV_FALSE;
963 status = PV_FALSE;
973 status = PV_FALSE;
982 status = PV_FALSE;
992 status = PV_FALSE;
1001 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 237 milliseconds