Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/base/
DSimpleC2Interface.cpp94 C2BufferData::type_t rawBufferType = C2BufferData::LINEAR; in BaseParams() local
108 rawBufferType = C2BufferData::GRAPHIC; in BaseParams()
114 rawBufferType = C2BufferData::LINEAR; in BaseParams()
126 codedBufferType = rawBufferType; in BaseParams()
134 0u, isEncoder ? rawBufferType : codedBufferType)) in BaseParams()
146 0u, isEncoder ? codedBufferType : rawBufferType)) in BaseParams()