MCPcopy Create free account
hub / github.com/HackWebRTC/webrtc / getDataY

Method getDataY

sdk/android/api/org/webrtc/VideoFrame.java:72–72  ·  view source on GitHub ↗

Returns a direct ByteBuffer containing Y-plane data. The buffer capacity is at least getStrideY() getHeight() bytes. The position of the returned buffer is ignored and must be 0. Callers may mutate the ByteBuffer (eg. through relative-read operations), so implementations must return a new ByteBuffer

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

fillInputBufferMethod · 0.95
getDataYMethod · 0.65
createNV21BufferMethod · 0.65
createNV12BufferMethod · 0.65
i420BufferToStringMethod · 0.65
getPixelDiffsMethod · 0.65
testTexturetoYuvMethod · 0.65
copyI420BufferMethod · 0.65
fillBufferMethod · 0.65
encodeFrameMethod · 0.65

Implementers 3

MockI420Buffersdk/android/instrumentationtests/src/o
WrappedNativeI420Buffersdk/android/src/java/org/webrtc/Wrappe
JavaI420Buffersdk/android/api/org/webrtc/JavaI420Buf

Calls

no outgoing calls

Tested by 9

fillInputBufferMethod · 0.76
getDataYMethod · 0.52
createNV21BufferMethod · 0.52
createNV12BufferMethod · 0.52
i420BufferToStringMethod · 0.52
getPixelDiffsMethod · 0.52
testTexturetoYuvMethod · 0.52