Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/tests/
DCCodecBuffers_test.cpp737 size_t uvPlaneSize = stride * kHeight / 4; in CreateAndFillBufferFromParam() local
738 size_t capacity = yPlaneSize + uvPlaneSize * 2; in CreateAndFillBufferFromParam()
750 size_t planeSize = (planeOrder[0] == C2PlanarLayout::PLANE_Y) ? yPlaneSize : uvPlaneSize; in CreateAndFillBufferFromParam()
756 planeSize = (planeOrder[i] == C2PlanarLayout::PLANE_Y) ? yPlaneSize : uvPlaneSize; in CreateAndFillBufferFromParam()
761 planeSize = uvPlaneSize * 2 - 1; in CreateAndFillBufferFromParam()