Home
last modified time | relevance | path

Searched refs:vol_data (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.cpp149 uint8_t *vol_data[1]; in onQueueFilled() local
152 vol_data[0] = NULL; in onQueueFilled()
155 vol_data[0] = bitstream; in onQueueFilled()
163 mHandle, vol_data, &vol_size, 1, in onQueueFilled()
366 uint8_t *vol_data[1]; in handlePortSettingsChange() local
369 vol_data[0] = NULL; in handlePortSettingsChange()
371 mHandle, vol_data, &vol_size, 1, outputBufferWidth(), outputBufferHeight(), in handlePortSettingsChange()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp448 uint8_t *vol_data[1]{}; in handleResChange() local
452 … mDecHandle, vol_data, &vol_size, 1, mIntf->getMaxWidth(), mIntf->getMaxHeight(), H263_MODE)) { in handleResChange()
547 uint8_t *vol_data[1]{}; in process() local
552 vol_data[0] = bitstream; in process()
557 mDecHandle, vol_data, &vol_size, 1, in process()