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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
pvdec_api.cpp 64 /* 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...]
bitstream.cpp 561 /* 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. */
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 152 /* 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)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 35 #define PV_TRUE 1
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 38 #define PV_TRUE 1
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 218 outHeader->pBuffer) != PV_TRUE) {
332 CHECK_EQ((int)PVResetVideoDecoder(mHandle), (int)PV_TRUE);

Completed in 107 milliseconds