Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/dav1d/
DC2SoftDav1dDec.cpp693 uint8_t obu_type = (bitstream[0] >> 3) & 0xf; in process() local
696 uint8_t* ptr = (obu_type == DAV1D_OBU_TD) ? dav1d_data_create(&data, inSize) in process()
706 if (obu_type != DAV1D_OBU_TD) { in process()