Searched defs:dstUV (Results 1 – 3 of 3) sorted by relevance
62 final ByteBuffer dstUV = dst.slice(); in I420ToNV12() local120 ByteBuffer srcV, int srcStrideV, ByteBuffer dstY, int dstStrideY, ByteBuffer dstUV, in I420ToNV12()141 ByteBuffer dstUV, int dstStrideUV, int width, int height); in nativeI420ToNV12()
110 final ByteBuffer dstUV = ByteBuffer.allocateDirect(2 * TEST_CHROMA_HEIGHT * dstStrideUV); in testI420ToNV12() local
195 uint8_t* dstUV = outputView.data()[C2PlanarLayout::PLANE_U]; // only for NV12 in convertBlock() local