Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/components/base/
H A DSimpleC2Interface.cpp98 C2BufferData::type_t codedBufferType = C2BufferData::LINEAR; in BaseParams() local
126 codedBufferType = rawBufferType; in BaseParams()
134 0u, isEncoder ? rawBufferType : codedBufferType)) in BaseParams()
146 0u, isEncoder ? codedBufferType : rawBufferType)) in BaseParams()