Searched defs:yuvPlanes (Results 1 – 9 of 9) sorted by relevance
45 @Nullable public ByteBuffer[] yuvPlanes; field in VideoDecoderOutputBuffer134 ByteBuffer[] yuvPlanes = this.yuvPlanes; in initForYuvFrame() local
50 ByteBuffer[] yuvPlanes = new ByteBuffer[3]; in testYuvRenderingToFile() local
144 final ByteBuffer[] yuvPlanes = new ByteBuffer[3]; in testYuvRendering() local
51 final ByteBuffer[] yuvPlanes = new ByteBuffer[3]; in createFrame() local
231 ByteBuffer[] yuvPlanes = checkNotNull(outputBuffer.yuvPlanes); in onDrawFrame() local
236 ByteBuffer[] yuvPlanes = checkNotNull(outputBuffer.yuvPlanes); in onDrawFrame() local
97 pub yuvPlanes: [*mut u8; AVIF_PLANE_COUNT_YUV], field
365 uint8_t *yuvPlanes[CRABBY_AVIF_PLANE_COUNT_YUV]; member