Searched defs:volbuf_size (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
H A Dmp4dec_api.h92 int32 volbuf_size[2]; 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/
H A Dpvdec_api.cpp78 int32 *volbuf_size, int nLayers, int width, int height, MP4DecodingMode mode)
91 decCtrl->volbuf_size[idx] = volbuf_size[idx];
229 BitstreamReset(stream, decCtrl->volbuf[idx], decCtrl->volbuf_size[idx]);
259 /* volbuf_size[0] to pass in width and volbuf_size[1] */
77 PVInitVideoDecoder(VideoDecControls *decCtrl, uint8 *volbuf[], int32 *volbuf_size, int nLayers, int width, int height, MP4DecodingMode mode) argument

Completed in 63 milliseconds