HomeSort by relevance Sort by last modified time
    Searched refs:PV_FALSE (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
pvdec_api.cpp 74 /* Return : PV_TRUE if successed, PV_FALSE if failed. */
109 status = PV_FALSE;
116 if (video->vol == NULL) status = PV_FALSE;
131 if (video->currVop == NULL) status = PV_FALSE;
134 if (video->prevVop == NULL) status = PV_FALSE;
141 if (video->currVop == NULL) status = PV_FALSE;
144 if (video->prevVop == NULL) status = PV_FALSE;
149 status = PV_FALSE;
155 if (video->vopHeader == NULL) status = PV_FALSE;
159 video->initialized = PV_FALSE;
    [all...]
bitstream.cpp 561 /* 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. */
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 159 /* 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;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 36 #define PV_FALSE 0
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 40 #define PV_FALSE 0

Completed in 80 milliseconds