Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
DSimpleC2Interface.cpp97 C2BufferData::type_t rawBufferType = C2BufferData::LINEAR; in BaseParams() local
114 rawBufferType = C2BufferData::GRAPHIC; in BaseParams()
120 rawBufferType = C2BufferData::LINEAR; in BaseParams()
132 codedBufferType = rawBufferType; in BaseParams()
139 0u, isEncoder ? rawBufferType : codedBufferType)) in BaseParams()
151 0u, isEncoder ? codedBufferType : rawBufferType)) in BaseParams()