Home
last modified time | relevance | path

Searched refs:cropAndScale (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/sdk/android/src/java/org/webrtc/
DNV21Buffer.java42 return (VideoFrame.I420Buffer) cropAndScale(0 /* cropX */, 0 /* cropY */, width /* cropWidth */, in toI420()
57 public VideoFrame.Buffer cropAndScale( in cropAndScale() method in NV21Buffer
DNV12Buffer.java46 return (VideoFrame.I420Buffer) cropAndScale(0, 0, width, height, width, height); in toI420()
60 public VideoFrame.Buffer cropAndScale( in cropAndScale() method in NV12Buffer
DNativeCapturerObserver.java47 frame.getBuffer().cropAndScale(parameters.cropX, parameters.cropY, parameters.cropWidth, in onFrameCaptured()
DWrappedNativeI420Buffer.java105 public VideoFrame.Buffer cropAndScale( in cropAndScale() method in WrappedNativeI420Buffer
/external/webrtc/sdk/android/api/org/webrtc/
DVideoProcessor.java72 frame.getBuffer().cropAndScale(parameters.cropX, parameters.cropY, parameters.cropWidth, in applyFrameAdaptationParameters()
DVideoFrame.java58 Buffer cropAndScale( in cropAndScale() method
DVideoFileRenderer.java108 buffer.cropAndScale(cropX, cropY, cropWidth, cropHeight, targetWidth, targetHeight); in renderFrameOnRenderThread()
DTextureBufferImpl.java129 public VideoFrame.Buffer cropAndScale( in cropAndScale() method in TextureBufferImpl
DJavaI420Buffer.java165 public VideoFrame.Buffer cropAndScale( in cropAndScale() method
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DHardwareVideoEncoderTest.java203 public VideoFrame.Buffer cropAndScale( in cropAndScale() method in HardwareVideoEncoderTest.MockTextureBuffer
267 public VideoFrame.Buffer cropAndScale( in cropAndScale() method in HardwareVideoEncoderTest.MockI420Buffer
269 return realBuffer.cropAndScale(cropX, cropY, cropWidth, cropHeight, scaleWidth, scaleHeight); in cropAndScale()
DVideoFrameBufferTest.java427 final VideoFrame.Buffer croppedReferenceBuffer = referenceI420Buffer.cropAndScale(
434 bufferToTest.cropAndScale(cropX, cropY, cropWidth, cropHeight, scaleWidth, scaleHeight);