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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 91 uint8 *volbuf[2]; /* maximum of 2 layers for now */ member in struct:tagvideoDecControls
150 OSCL_IMPORT_REF Bool PVInitVideoDecoder(VideoDecControls *decCtrl, uint8 *volbuf[], int32 *volbuf_size, int nLayers, int width, int height, MP4DecodingMode mode);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
pvdec_api.cpp 77 OSCL_EXPORT_REF Bool PVInitVideoDecoder(VideoDecControls *decCtrl, uint8 *volbuf[],
90 decCtrl->volbuf[idx] = volbuf[idx];
229 BitstreamReset(stream, decCtrl->volbuf[idx], decCtrl->volbuf_size[idx]);
    [all...]

Completed in 480 milliseconds