Searched defs:dstStrideUV (Results 1 – 3 of 3) sorted by relevance
108 final int dstStrideUV = TEST_CHROMA_WIDTH * 2; in testI420ToNV12() local124 final int dstStrideUV = TEST_CHROMA_WIDTH * 2; in testI420ToNV12Tight() local
121 int dstStrideUV, int width, int height) { in I420ToNV12()141 ByteBuffer dstUV, int dstStrideUV, int width, int height); in nativeI420ToNV12()
199 const int dstStrideUV = outputLayout.planes[C2PlanarLayout::PLANE_U].rowInc; // only for NV12 in convertBlock() local