Searched refs:vol_data (Results 1 – 1 of 1) sorted by relevance
/hardware/google/av/media/codecs/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 379 uint8_t *vol_data[1]{}; in handleResChange() local 383 mDecHandle, vol_data, &vol_size, 1, mWidth, mHeight, H263_MODE)) { in handleResChange() 473 uint8_t *vol_data[1]{}; in process() local 478 vol_data[0] = bitstream; in process() 484 mDecHandle, vol_data, &vol_size, 1, in process()
|