Searched refs:rowSampling (Results 1 - 5 of 5) sorted by relevance

/hardware/google/av/media/sfplugin/utils/
H A DCodec2BufferUtils.cpp80 || plane.rowSampling != img->mPlane[i].mVertSubsampling
90 uint32_t planeH = img->mHeight / plane.rowSampling;
125 && layout.planes[layout.PLANE_Y].rowSampling == 1
131 && layout.planes[layout.PLANE_U].rowSampling == 2
137 && layout.planes[layout.PLANE_V].rowSampling == 2);
/hardware/google/av/media/sfplugin/
H A DCodec2Buffer.cpp254 || layout.planes[0].rowSampling != 1
256 || layout.planes[1].rowSampling != 2
258 || layout.planes[2].rowSampling != 2) {
280 / plane.rowSampling / plane.colSampling * divUp(mAllocatedDepth, 8u);
293 mediaImage->mPlane[i].mVertSubsampling = plane.rowSampling;
426 / plane.rowSampling / plane.colSampling;
/hardware/google/av/codec2/vndk/
H A DC2Buffer.cpp868 const uint32_t rowSampling = mLayout.planes[planeIx].rowSampling; local
870 || crop.top % rowSampling || crop.bottom() % rowSampling) {
/hardware/google/av/codec2/tests/vndk/
H A DC2BufferTest.cpp430 for (uint32_t row = 0; row < rect.height / info.rowSampling; ++row) {
431 int32_t rowOffset = (row + rect.top / info.rowSampling) * info.rowInc;
440 for (uint32_t row = 0; row < rect.height / info.rowSampling; ++row) {
441 int32_t rowOffset = (row + rect.top / info.rowSampling) * info.rowInc;
/hardware/google/av/codec2/include/
H A DC2Buffer.h1492 uint32_t rowSampling; ///< subsampling compared to height (must be a power of 2) variable

Completed in 163 milliseconds