/hardware/google/aemu/host-common/ |
D | MediaVideoToolBoxVideoHelper.cpp | 616 int imageSize = CVPixelBufferGetDataSize(mDecodedFrame); in copyFrameToCPU() local 621 VTB_DPRINT("copying size=%d dimension=[%dx%d] stride=%d", imageSize, in copyFrameToCPU() 630 imageSize = 0; // add up the size from the planes in copyFrameToCPU() 652 imageSize += sz; in copyFrameToCPU() 662 imageSize += sz; in copyFrameToCPU() 667 if (imageSize != mOutBufferSize) { in copyFrameToCPU() 671 mOutBufferSize, imageSize); in copyFrameToCPU() 674 if (imageSize > mOutBufferSize) { in copyFrameToCPU() 678 mOutBufferSize, imageSize); in copyFrameToCPU() 679 imageSize = mOutBufferSize; in copyFrameToCPU() [all …]
|
D | MediaH264DecoderVideoToolBox.cpp | 492 int imageSize = CVPixelBufferGetDataSize(mDecodedFrame); in copyFrame() local 499 …H264_DPRINT("copying size=%d dimension=[%dx%d] stride=%d", imageSize, imgWidth, imgHeight, stride); in copyFrame() 507 imageSize = 0; // add up the size from the planes in copyFrame() 525 imageSize += sz; in copyFrame() 535 imageSize += sz; in copyFrame() 540 if (imageSize != mOutBufferSize) { in copyFrame() 541 …: Total size of planes not same as guestSz (guestSz=%u, imageSize=%d)", mOutBufferSize, imageSize); in copyFrame() 544 if (imageSize > mOutBufferSize) { in copyFrame() 545 …ffer size mismatch (guestSz=%u, imageSize=%d). Using guestSz instead.", mOutBufferSize, imageSize); in copyFrame() 546 imageSize = mOutBufferSize; in copyFrame() [all …]
|
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | TextureUtils.h | 45 GLsizei height, GLint border, GLsizei imageSize, 86 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* d… 87 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* d…
|
D | PaletteTexture.h | 23 …m internalformat,GLenum& formatOut,GLsizei width,GLsizei height,GLsizei imageSize, const GLvoid* d…
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 20 …Lenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, GLvoid *data) 22 len data imageSize 23 param_check imageSize if(imageSize<0){ ctx->setError(GL_INVALID_VALUE); return; } 25 param_check imageSize if(imageSize<0){ ctx->setError(GL_INVALID_VALUE); return; } 27 …fset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, GLvoid *data) 29 len data imageSize 30 param_check imageSize if(imageSize<0){ ctx->setError(GL_INVALID_VALUE); return; } 32 param_check imageSize if(imageSize<0){ ctx->setError(GL_INVALID_VALUE); return; } 404 …ormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, GLvoid *data) 406 len data imageSize [all …]
|
D | gles2.in | 26 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* d… 27 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* d… 157 …at, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid* d… 158 …t, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid* d… 286 …enum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, GLuint offset) 287 …set, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, GLuint offset) 448 …at, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * … 449 …rmat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, GLuint offset) 450 …t, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * … 451 …fset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, GLuint data);
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | TextureUtils.cpp | 394 GLsizei imageSize, const GLvoid* data, in doCompressedTexImage2D() argument 465 SET_ERROR_IF((compressedSize != imageSize), GL_INVALID_VALUE); in doCompressedTexImage2D() 498 new ScopedFetchUnpackData(ctx, reinterpret_cast<GLintptr>(data), imageSize)); in doCompressedTexImage2D() 503 emulatedData.reset(new char[imageSize]); in doCompressedTexImage2D() 519 reinterpret_cast<const uint8_t*>(data), imageSize, width, in doCompressedTexImage2D() 546 width, height, imageSize, data, i); in doCompressedTexImage2D() 582 SET_ERROR_IF((compressedSize != imageSize), GL_INVALID_VALUE); in doCompressedTexImage2D() 804 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* d… in doCompressedTexImage2DNative() argument 808 …er().glCompressedTexImage2D(target, level, internalformat, width, height, border, imageSize, data); in doCompressedTexImage2DNative() 815 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* d… in doCompressedTexSubImage2DNative() argument [all …]
|
D | PaletteTexture.cpp | 108 …m internalformat,GLenum& formatOut,GLsizei width,GLsizei height,GLsizei imageSize, const GLvoid* d… in uncompressTexture() argument 140 int leftBytes = ((palette + imageSize) /* the end of data pointer*/ in uncompressTexture()
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles_common_functions.h | 26 …ight, GLint border, GLsizei imageSize, const GLvoid * data), (target, level, internalformat, width… 27 …ht, GLenum format, GLsizei imageSize, const GLvoid * data), (target, level, xoffset, yoffset, widt…
|
D | gles3_only_functions.h | 110 …, GLint border, GLsizei imageSize, const GLvoid * data), (target, level, internalformat, width, he… 111 …um format, GLsizei imageSize, const GLvoid * data), (target, level, xoffset, yoffset, zoffset, wid…
|
D | gles_common_for_gles1_static_translator_namespaced_header.h | 26 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * … 27 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * …
|
D | gles_common_for_gles2_static_translator_namespaced_header.h | 26 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * … 27 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * …
|
D | gles3_only_static_translator_namespaced_header.h | 110 …at, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * … 111 …t, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * …
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles_common_dispatch_logging_wrappers.impl | 79 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * … 80 …width:%d, height:%d, border:%d, imageSize:%d, data:%p)", target, level, internalformat, width, hei… 81 …ressedTexImage2D_underlying(target, level, internalformat, width, height, border, imageSize, data); 84 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * … 85 …th:%d, height:%d, format:0x%X, imageSize:%d, data:%p)", target, level, xoffset, yoffset, width, he… 86 …dTexSubImage2D_underlying(target, level, xoffset, yoffset, width, height, format, imageSize, data);
|
D | gles_common_for_gles1.entries | 25 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *d… 26 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *d…
|
D | gles_common_for_gles2.entries | 25 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *d… 26 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *d…
|
D | gles_common.entries | 24 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *d… 25 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *d…
|
D | gles3_only_dispatch_logging_wrappers.impl | 504 …at, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * … 505 …ght:%d, depth:%d, border:%d, imageSize:%d, data:%p)", target, level, internalformat, width, height… 506 …exImage3D_underlying(target, level, internalformat, width, height, depth, border, imageSize, data); 509 …t, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * … 510 …depth:%d, format:0x%X, imageSize:%d, data:%p)", target, level, xoffset, yoffset, zoffset, width, h… 511 …nderlying(target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, data);
|
D | gles3_only.entries | 147 …at, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * … 148 …t, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * …
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_entry.cpp | 29 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* d… 30 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* d… 159 …at, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid* d… 160 …t, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid* d… 227 …num internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, GLuint offset); 228 …et, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, GLuint offset); 340 …at, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid* d… 341 …mat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, GLuint offset); 342 …t, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid* d… 343 …fset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, GLuint data); [all …]
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | gl.h | 1817 …Lint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *d… 1819 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *d… 1821 …at, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *d… 1823 …rget, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *d… 1825 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *d… 1827 …t, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *d… 1909 …at, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *d… 1910 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *d… 1911 …Lint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *d… 1912 …t, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *d… [all …]
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | GLESv2Decoder.cpp | 527 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, GLuint offset) { in s_glCompressedTexImage2DOffsetAEMU() argument 529 …ctx->glCompressedTexImage2D(target, level, internalformat, width, height, border, imageSize, SafeP… in s_glCompressedTexImage2DOffsetAEMU() 531 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, GLuint offset) { in s_glCompressedTexSubImage2DOffsetAEMU() argument 533 …ctx->glCompressedTexSubImage2D(target, level, xoffset, yoffset, width, height, format, imageSize, … in s_glCompressedTexSubImage2DOffsetAEMU() 630 …at, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, GLuint offset) { in s_glCompressedTexImage3DOffsetAEMU() argument 632 …ctx->glCompressedTexImage3D(target, level, internalformat, width, height, depth, border, imageSize… in s_glCompressedTexImage3DOffsetAEMU() 634 …t, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, GLuint offset) { in s_glCompressedTexSubImage3DOffsetAEMU() argument 636 …target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, SafePointerFrom… in s_glCompressedTexSubImage3DOffsetAEMU()
|
D | GLESv2Decoder.h | 81 …num internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, GLuint offset); 82 …et, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, GLuint offset); 91 …mat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, GLuint offset); 92 …et, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, GLuint offset);
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl.h | 1857 …Lint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *d… 1859 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *d… 1861 …at, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *d… 1863 …rget, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *d… 1865 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *d… 1867 …t, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *d… 1949 …at, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *d… 1950 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *d… 1951 …Lint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *d… 1952 …t, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *d… [all …]
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 43 …ight, GLint border, GLsizei imageSize, const GLvoid * data), (target, level, internalformat, width… 44 …ht, GLenum format, GLsizei imageSize, const GLvoid * data), (target, level, xoffset, yoffset, widt… 386 …, GLint border, GLsizei imageSize, const GLvoid * data), (target, level, internalformat, width, he… 387 …um format, GLsizei imageSize, const GLvoid * data), (target, level, xoffset, yoffset, zoffset, wid…
|