/frameworks/av/media/codec2/components/base/include/ |
D | SimpleC2Component.h | 33 void convertYUV420Planar8ToYV12(uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, const uint8_t *srcY, 46 void convertYUV420Planar16ToYV12(uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, const uint16_t *srcY, 52 void convertYUV420Planar16ToP010(uint16_t *dstY, uint16_t *dstUV, const uint16_t *srcY,
|
/frameworks/av/media/codec2/components/base/ |
D | SimpleC2Component.cpp | 38 void convertYUV420Planar8ToYV12(uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, const uint8_t *srcY, in convertYUV420Planar8ToYV12() argument 44 memcpy(dstY, srcY, width); in convertYUV420Planar8ToYV12() 46 dstY += dstYStride; in convertYUV420Planar8ToYV12() 346 void convertYUV420Planar16ToYV12(uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, const uint16_t *srcY, in convertYUV420Planar16ToYV12() argument 353 dstY[x] = (uint8_t)(srcY[x] >> 2); in convertYUV420Planar16ToYV12() 356 dstY += dstYStride; in convertYUV420Planar16ToYV12() 382 void convertYUV420Planar16ToP010(uint16_t *dstY, uint16_t *dstUV, const uint16_t *srcY, in convertYUV420Planar16ToP010() argument 389 dstY[x] = srcY[x] << 6; in convertYUV420Planar16ToP010() 392 dstY += dstYStride; in convertYUV420Planar16ToP010()
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxDec.cpp | 755 uint8_t *dstY = const_cast<uint8_t *>(wView.data()[C2PlanarLayout::PLANE_Y]); in outputBuffer() local 777 [dstY, srcY, srcU, srcV, in outputBuffer() 782 (uint32_t *)dstY, srcY, srcU, srcV, srcYStride / 2, in outputBuffer() 791 dstY += dstYStride * kHeight; in outputBuffer() 800 convertYUV420Planar16ToP010((uint16_t *)dstY, (uint16_t *)dstU, srcY, srcU, srcV, in outputBuffer() 804 convertYUV420Planar16ToYV12(dstY, dstU, dstV, srcY, srcU, srcV, srcYStride / 2, in outputBuffer() 813 convertYUV420Planar8ToYV12(dstY, dstU, dstV, srcY, srcU, srcV, srcYStride, srcUStride, in outputBuffer()
|
/frameworks/av/media/codec2/sfplugin/utils/ |
D | Codec2BufferUtils.h | 42 uint8_t *dstY, size_t dstStride, size_t dstVStride, size_t bufferSize,
|
D | Codec2BufferUtils.cpp | 553 uint8_t *dstY, size_t dstStride, size_t dstVStride, size_t bufferSize, in ConvertRGBToPlanarYUV() argument 555 CHECK(dstY != nullptr); in ConvertRGBToPlanarYUV() 564 uint8_t *dstU = dstY + dstStride * dstVStride; in ConvertRGBToPlanarYUV() 593 dstY[x] = CLIP3(zeroLvl, luma, maxLvlLuma); in ConvertRGBToPlanarYUV() 622 dstY += dstStride; in ConvertRGBToPlanarYUV()
|
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/ |
D | SoftVideoEncoderOMXComponent.h | 62 uint8_t *dstY, size_t dstStride, size_t dstVStride,
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoEncoderOMXComponent.cpp | 462 uint8_t *dstY, size_t dstStride, size_t dstVStride, in ConvertRGB32ToPlanar() argument 468 uint8_t *dstU = dstY + dstStride * dstVStride; in ConvertRGB32ToPlanar() 496 dstY[x] = luma; in ConvertRGB32ToPlanar() 517 dstY += dstStride; in ConvertRGB32ToPlanar()
|
/frameworks/base/media/java/android/media/ |
D | ThumbnailUtils.java | 499 int dstY = (targetHeight - src.height()) / 2; in transform() local 502 dstY, in transform() 504 targetHeight - dstY); in transform()
|
/frameworks/av/media/codec2/components/gav1/ |
D | C2SoftGav1Dec.cpp | 713 uint8_t *dstY = const_cast<uint8_t *>(wView.data()[C2PlanarLayout::PLANE_Y]); in outputBuffer() local 731 (uint32_t *)dstY, srcY, srcU, srcV, srcYStride / 2, in outputBuffer() 736 convertYUV420Planar16ToP010((uint16_t *)dstY, (uint16_t *)dstU, srcY, srcU, srcV, in outputBuffer() 740 convertYUV420Planar16ToYV12(dstY, dstU, dstV, srcY, srcU, srcV, srcYStride / 2, in outputBuffer() 748 convertYUV420Planar8ToYV12(dstY, dstU, dstV, srcY, srcU, srcV, srcYStride, srcUStride, in outputBuffer()
|
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomDec.cpp | 573 uint8_t* dstY = const_cast<uint8_t*>(wView.data()[C2PlanarLayout::PLANE_Y]); in outputBuffer() local 590 (uint32_t *)dstY, srcY, srcU, srcV, srcYStride / 2, srcUStride / 2, in outputBuffer() 594 convertYUV420Planar16ToYV12(dstY, dstU, dstV, srcY, srcU, srcV, srcYStride / 2, in outputBuffer() 602 convertYUV420Planar8ToYV12(dstY, dstU, dstV, srcY, srcU, srcV, srcYStride, srcUStride, in outputBuffer()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES31Ext.spec | 15 …srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsize…
|
D | GLES32.spec | 2 …srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsize…
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES31Ext.java | 424 int dstY, in glCopyImageSubDataEXT() argument
|
D | GLES32.java | 260 int dstY, in glCopyImageSubData() argument
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31Ext.cpp | 714 …, jint srcZ, jint dstName, jint dstTarget, jint dstLevel, jint dstX, jint dstY, jint dstZ, jint sr… in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII() argument 726 (GLint)dstY, in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII()
|
D | android_opengl_GLES32.cpp | 431 …, jint srcZ, jint dstName, jint dstTarget, jint dstLevel, jint dstX, jint dstY, jint dstZ, jint sr… in android_glCopyImageSubData__IIIIIIIIIIIIIII() argument 443 (GLint)dstY, in android_glCopyImageSubData__IIIIIIIIIIIIIII()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 61 …srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsize… 62 …rcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, sr… 340 …srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsize… 341 …rcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, sr…
|
D | gl2_api.in | 946 …srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsize… 947 …rcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, sr…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 288 …srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsize… 290 …srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsize… 1198 …srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsize… 1200 …srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsize…
|
/frameworks/native/opengl/libs/ |
D | entries.in | 114 …srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsize… 115 …srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsize… 116 …srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsize…
|
/frameworks/native/opengl/include/GLES3/ |
D | gl32.h | 1734 …srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsize… 1779 …srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsize…
|