Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/
H A DJavaI420Buffer.java23 private final ByteBuffer dataV; field in JavaI420Buffer
30 int strideU, ByteBuffer dataV, int strideV, @Nullable Runnable releaseCallback) { in JavaI420Buffer()
53 ByteBuffer dataU, int strideU, ByteBuffer dataV, int strideV, in wrap()
99 ByteBuffer dataV = buffer.slice(); in allocate() local
176 ByteBuffer dataV = buffer.getDataV(); in cropAndScaleI420() local
H A DYuvConverter.java236 final ByteBuffer dataV = i420ByteBuffer.slice(); in convertInternal() local
H A DFileVideoCapturer.java101 final ByteBuffer dataV = buffer.getDataV(); in getNextFrame() local
/aosp_15_r20/external/webrtc/sdk/android/src/java/org/webrtc/
H A DWrappedNativeI420Buffer.java25 private final ByteBuffer dataV; field in WrappedNativeI420Buffer
31 int strideU, ByteBuffer dataV, int strideV, long nativeBuffer) { in WrappedNativeI420Buffer()
/aosp_15_r20/external/webrtc/sdk/android/tests/src/org/webrtc/
H A DCodecTestHelper.java57 ByteBuffer dataV = buffer.slice(); in wrapI420() local
H A DAndroidVideoDecoderTest.java128 ByteBuffer dataV = buffer.slice(); in allocateI420Buffer() local
/aosp_15_r20/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
H A DFileVideoCapturerTest.java105 final ByteBuffer dataV = i420Buffer.getDataV(); in testVideoCaptureFromFile() local
H A DSurfaceTextureHelperTest.java503 final ByteBuffer dataV = i420.getDataV(); in testTexturetoYuv() local
/aosp_15_r20/external/webrtc/sdk/objc/api/video_frame_buffer/
H A DRTCNativeI420Buffer.mm98 - (const uint8_t *)dataV { method in RTCI420Buffer