Home
last modified time | relevance | path

Searched defs:dataU (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/
H A DJavaI420Buffer.java22 private final ByteBuffer dataU; field in JavaI420Buffer
29 private JavaI420Buffer(int width, int height, ByteBuffer dataY, int strideY, ByteBuffer dataU, in JavaI420Buffer()
53 ByteBuffer dataU, int strideU, ByteBuffer dataV, int strideV, in wrap()
95 ByteBuffer dataU = buffer.slice(); in allocate() local
175 ByteBuffer dataU = buffer.getDataU(); in cropAndScaleI420() local
H A DYuvConverter.java232 final ByteBuffer dataU = i420ByteBuffer.slice(); in convertInternal() local
H A DFileVideoCapturer.java100 final ByteBuffer dataU = buffer.getDataU(); in getNextFrame() local
/aosp_15_r20/external/webrtc/sdk/android/src/java/org/webrtc/
H A DWrappedNativeI420Buffer.java23 private final ByteBuffer dataU; field in WrappedNativeI420Buffer
30 WrappedNativeI420Buffer(int width, int height, ByteBuffer dataY, int strideY, ByteBuffer dataU, in WrappedNativeI420Buffer()
/aosp_15_r20/external/webrtc/sdk/android/tests/src/org/webrtc/
H A DCodecTestHelper.java53 ByteBuffer dataU = buffer.slice(); in wrapI420() local
H A DAndroidVideoDecoderTest.java124 ByteBuffer dataU = buffer.slice(); in allocateI420Buffer() local
/aosp_15_r20/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
H A DFileVideoCapturerTest.java104 final ByteBuffer dataU = i420Buffer.getDataU(); in testVideoCaptureFromFile() local
H A DSurfaceTextureHelperTest.java502 final ByteBuffer dataU = i420.getDataU(); in testTexturetoYuv() local
/aosp_15_r20/external/webrtc/sdk/objc/api/video_frame_buffer/
H A DRTCNativeI420Buffer.mm94 - (const uint8_t *)dataU { method in RTCI420Buffer