/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/ |
H A D | YuvHelper.java | 52 final ByteBuffer dstU = dst.slice(); in I420Copy() local 129 final ByteBuffer dstU = dst.slice(); in I420Rotate() local 145 ByteBuffer dstU, int dstStrideU, ByteBuffer dstV, int dstStrideV, int width, int height) { in ABGRToI420() 156 ByteBuffer srcV, int srcStrideV, ByteBuffer dstY, int dstStrideY, ByteBuffer dstU, in I420Copy() 178 ByteBuffer srcV, int srcStrideV, ByteBuffer dstY, int dstStrideY, ByteBuffer dstU, in I420Rotate() 189 ByteBuffer dstU, int dstStrideU, ByteBuffer dstV, int dstStrideV, int width, int height); in nativeI420Copy() 195 ByteBuffer dstU, int dstStrideU, ByteBuffer dstV, int dstStrideV, int srcWidth, int srcHeight, in nativeI420Rotate() 198 int dstStrideY, ByteBuffer dstU, int dstStrideU, ByteBuffer dstV, int dstStrideV, int width, in nativeABGRToI420()
|
H A D | JavaI420Buffer.java | 198 int cropWidth, int cropHeight, ByteBuffer dstY, int dstStrideY, ByteBuffer dstU, in nativeCropAndScaleI420()
|
/aosp_15_r20/frameworks/av/media/codec2/components/apv/ |
H A D | C2SoftApvDec.cpp | 705 static void copyBufferFromYUV420ToYV12(uint8_t* dstY, uint8_t* dstU, uint8_t* dstV, in copyBufferFromYUV420ToYV12() 742 static void copyBufferFromYUV422ToYV12(uint8_t* dstY, uint8_t* dstU, uint8_t* dstV, in copyBufferFromYUV422ToYV12() 828 static void copyBufferFromYUV42010bitToYV12(uint8_t* dstY, uint8_t* dstU, uint8_t* dstV, in copyBufferFromYUV42010bitToYV12() 853 static void copyBufferFromYUV42210bitToYV12(uint8_t* dstY, uint8_t* dstU, uint8_t* dstV, in copyBufferFromYUV42210bitToYV12() 878 static void copyBufferFromP210ToYV12(uint8_t* dstY, uint8_t* dstU, uint8_t* dstV, in copyBufferFromP210ToYV12() 1140 uint8_t* dstU = const_cast<uint8_t*>(wView.data()[C2PlanarLayout::PLANE_U]); in outputBuffer() local
|
H A D | C2SoftApvEnc.cpp | 1024 uint16_t *dstY, *dstU, *dstV; in setEncodeArgs() local
|
/aosp_15_r20/frameworks/av/media/codec2/components/base/ |
H A D | SimpleC2Component.cpp | 49 void convertYUV420Planar8ToYV12(uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, const uint8_t *srcY, in convertYUV420Planar8ToYV12() 357 void convertYUV420Planar16ToYV12(uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, const uint16_t *srcY, in convertYUV420Planar16ToYV12() 429 void convertP010ToYUV420Planar16(uint16_t *dstY, uint16_t *dstU, uint16_t *dstV, in convertP010ToYUV420Planar16() 489 void convertRGBA1010102ToYUV420Planar16(uint16_t* dstY, uint16_t* dstU, uint16_t* dstV, in convertRGBA1010102ToYUV420Planar16() 635 void convertPlanar16ToYV12(uint8_t* dstY, uint8_t* dstU, uint8_t* dstV, const uint16_t* srcY, in convertPlanar16ToYV12() 669 void convertPlanar8ToYV12(uint8_t* dstY, uint8_t* dstU, uint8_t* dstV, const uint8_t* srcY, in convertPlanar8ToYV12()
|
/aosp_15_r20/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/ |
H A D | YuvHelperTest.java | 76 final ByteBuffer dstU = ByteBuffer.allocateDirect(TEST_CHROMA_HEIGHT * dstStrideU); in testI420Copy() local 183 final ByteBuffer dstU = ByteBuffer.allocateDirect(TEST_CHROMA_WIDTH * dstStrideU); in testI420Rotate90() local
|
/aosp_15_r20/packages/services/DeviceAsWebcam/interface/jni/ |
D | Encoder.cpp | 291 uint8_t* dstU = mI420.u.get(); in convertToI420() local 324 uint8_t* dstU = mI420.u.get(); in encodeToYUYV() local
|
/aosp_15_r20/frameworks/av/media/libstagefright/omx/ |
H A D | SoftVideoEncoderOMXComponent.cpp | 393 uint8_t *dstU = dst + dstVStride * dstStride; in ConvertFlexYUVToPlanar() local 468 uint8_t *dstU = dstY + dstStride * dstVStride; in ConvertRGB32ToPlanar() local
|
/aosp_15_r20/frameworks/av/media/codec2/components/aom/ |
H A D | C2SoftAomEnc.cpp | 967 uint16_t *dstY, *dstU, *dstV; in process() local 996 uint16_t *dstY, *dstU, *dstV; in process() local
|
H A D | C2SoftAomDec.cpp | 574 uint8_t* dstU = const_cast<uint8_t*>(wView.data()[C2PlanarLayout::PLANE_U]); in outputBuffer() local
|
/aosp_15_r20/external/webrtc/sdk/android/src/java/org/webrtc/ |
H A D | NV21Buffer.java | 68 int dstStrideY, ByteBuffer dstU, int dstStrideU, ByteBuffer dstV, int dstStrideV); in nativeCropAndScale()
|
H A D | NV12Buffer.java | 71 int srcSliceHeight, ByteBuffer dstY, int dstStrideY, ByteBuffer dstU, int dstStrideU, in nativeCropAndScale()
|
/aosp_15_r20/external/v4l2_codec2/common/ |
H A D | FormatConverter.cpp | 235 uint8_t* dstU = outputView.data()[C2PlanarLayout::PLANE_V]; // only for I420 in convertBlock() local
|
/aosp_15_r20/frameworks/av/media/codec2/components/vpx/ |
H A D | C2SoftVpxDec.cpp | 797 uint8_t *dstU = const_cast<uint8_t *>(wView.data()[C2PlanarLayout::PLANE_U]); in outputBuffer() local
|
/aosp_15_r20/frameworks/av/media/codec2/components/gav1/ |
H A D | C2SoftGav1Dec.cpp | 929 uint8_t *dstU = const_cast<uint8_t *>(wView.data()[C2PlanarLayout::PLANE_U]); in outputBuffer() local
|
/aosp_15_r20/frameworks/av/media/codec2/components/dav1d/ |
H A D | C2SoftDav1dDec.cpp | 1030 uint8_t* dstU = const_cast<uint8_t*>(wView.data()[C2PlanarLayout::PLANE_U]); in outputBuffer() local
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/vp9/src/main/jni/ |
H A D | vpx_jni.cc | 192 uint8_t* dstU = dstUBase; in convert_16_to_8_neon() local
|
/aosp_15_r20/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndTests.cpp | 707 uint8_t* dstU = uPlane.data + ((y / 2) * uPlane.rowStrideBytes) + in FillAhb() local
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/vp9/src/main/jni/ |
H A D | vpx_jni.cc | 192 uint8_t* dstU = dstUBase; in convert_16_to_8_neon() local
|
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/utils/ |
H A D | Codec2BufferUtils.cpp | 605 uint8_t *dstU = dstY + dstStride * dstVStride; in ConvertRGBToPlanarYUV() local
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuAstcUtil.cpp | 519 uint8_t *const dstU = (uint8_t *)dst; in setASTCErrorColorBlock() local 565 uint8_t *const dstU = (uint8_t *)dst; in decodeVoidExtentBlock() local
|