Home
last modified time | relevance | path

Searched defs:rowSampling (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/core/include/
DC2Buffer.h1494 uint32_t rowSampling; ///< subsampling compared to height (must be a power of 2) member
/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp868 const uint32_t rowSampling = mLayout.planes[planeIx].rowSampling; in Mapped() local