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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 99 } MP4DecodingMode;
150 OSCL_IMPORT_REF Bool PVInitVideoDecoder(VideoDecControls *decCtrl, uint8 *volbuf[], int32 *volbuf_size, int nLayers, int width, int height, MP4DecodingMode mode);
170 OSCL_IMPORT_REF MP4DecodingMode PVGetDecBitstreamMode(VideoDecControls *decCtrl);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 155 MP4DecodingMode mode =
170 MP4DecodingMode actualMode = PVGetDecBitstreamMode(mHandle);
  /hardware/google/av/media/codecs/mpeg4_h263/
C2SoftMpeg4Dec.cpp 481 MP4DecodingMode mode = (mIsMpeg4) ? MPEG4_MODE : H263_MODE;
492 MP4DecodingMode actualMode = PVGetDecBitstreamMode(mDecHandle);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
pvdec_api.cpp 78 int32 *volbuf_size, int nLayers, int width, int height, MP4DecodingMode mode)
    [all...]

Completed in 478 milliseconds