/frameworks/av/media/codec2/sfplugin/utils/ |
D | Codec2BufferUtils.cpp | 344 uint8_t *dstY, size_t dstStride, size_t dstVStride, size_t bufferSize, in ConvertRGBToPlanarYUV() argument 346 CHECK(dstY != nullptr); in ConvertRGBToPlanarYUV() 355 uint8_t *dstU = dstY + dstStride * dstVStride; in ConvertRGBToPlanarYUV() 374 dstY[x] = luma; in ConvertRGBToPlanarYUV() 403 dstY += dstStride; in ConvertRGBToPlanarYUV()
|
D | Codec2BufferUtils.h | 41 uint8_t *dstY, size_t dstStride, size_t dstVStride, size_t bufferSize,
|
/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/av/media/libstagefright/omx/include/media/stagefright/omx/ |
D | SoftVideoEncoderOMXComponent.h | 62 uint8_t *dstY, size_t dstStride, size_t dstVStride,
|
/frameworks/base/media/java/android/media/ |
D | ThumbnailUtils.java | 483 int dstY = (targetHeight - src.height()) / 2; in transform() local 486 dstY, in transform() 488 targetHeight - dstY); in transform()
|
/frameworks/av/media/codec2/components/gav1/ |
D | C2SoftGav1Dec.cpp | 574 uint8_t *dstY = (uint8_t *)dst; in convertYUV420Planar16ToYUV420Planar() local 578 uint8_t *dstV = dstY + dstYSize; in convertYUV420Planar16ToYUV420Planar() 583 dstY[x] = (uint8_t)(srcY[x] >> 2); in convertYUV420Planar16ToYUV420Planar() 587 dstY += dstStride; in convertYUV420Planar16ToYUV420Planar()
|
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomDec.cpp | 602 uint8_t *dstY = (uint8_t *)dst; in convertYUV420Planar16ToYUV420Planar() local 605 uint8_t *dstV = dstY + dstYSize; in convertYUV420Planar16ToYUV420Planar() 610 dstY[x] = (uint8_t)(srcY[x] >> 2); in convertYUV420Planar16ToYUV420Planar() 614 dstY += dstYStride; in convertYUV420Planar16ToYUV420Planar()
|
/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/av/media/codec2/components/vpx/ |
D | C2SoftVpxDec.cpp | 728 uint8_t *dstY = (uint8_t *)dst; in convertYUV420Planar16ToYUV420Planar() local 731 uint8_t *dstV = dstY + dstYSize; in convertYUV420Planar16ToYUV420Planar() 736 dstY[x] = (uint8_t)(srcY[x] >> 2); in convertYUV420Planar16ToYUV420Planar() 740 dstY += dstYStride; in convertYUV420Planar16ToYUV420Planar()
|
/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/base/libs/hwui/debug/ |
D | gles_stubs.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… 1132 …srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsize… 1133 …rcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, sr… 1285 …srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsize… 1286 …rcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, sr…
|
D | gles_decls.in | 316 …srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsize… 378 …srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsize… 429 …srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsize…
|
/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…
|