/frameworks/base/core/java/android/hardware/camera2/params/ |
D | StreamConfigurationMap.java | 484 int internalFormat = imageFormatToInternal(format); in isOutputSupportedFor() local 487 return mDepthOutputFormats.indexOfKey(internalFormat) >= 0; in isOutputSupportedFor() 489 return mDynamicDepthOutputFormats.indexOfKey(internalFormat) >= 0; in isOutputSupportedFor() 491 return mHeicOutputFormats.indexOfKey(internalFormat) >= 0; in isOutputSupportedFor() 493 return mJpegROutputFormats.indexOfKey(internalFormat) >= 0; in isOutputSupportedFor() 495 return getFormatsMap(/*output*/true).indexOfKey(internalFormat) >= 0; in isOutputSupportedFor() 642 int internalFormat = imageFormatToInternal(format); in isOutputSupportedFor() local 652 if ((config.getFormat() == internalFormat) && config.isOutput() && in isOutputSupportedFor() 1202 int internalFormat = imageFormatToInternal(format); in checkArgumentFormatSupported() local 1207 if (mDepthOutputFormats.indexOfKey(internalFormat) >= 0) { in checkArgumentFormatSupported() [all …]
|
D | MultiResolutionStreamConfigurationMap.java | 232 int internalFormat = StreamConfigurationMap.imageFormatToInternal(format); in getInfo() local 235 if (multiResolutionConfigs.containsKey(internalFormat)) { in getInfo() 236 return Collections.unmodifiableCollection(multiResolutionConfigs.get(internalFormat)); in getInfo()
|
/frameworks/av/media/libaaudio/src/core/ |
D | AAudioAudio.cpp | 147 const audio_format_t internalFormat = AAudioConvert_aaudioToAndroidDataFormat(format); in AAudioStreamBuilder_setFormat() local 148 streamBuilder->setFormat(internalFormat); in AAudioStreamBuilder_setFormat() 454 audio_format_t internalFormat = audioStream->getFormat(); in AAudioStream_getFormat() local 455 return AAudioConvert_androidToAAudioDataFormat(internalFormat); in AAudioStream_getFormat() 462 audio_format_t internalFormat = audioStream->getHardwareFormat(); in AAudioStream_getHardwareFormat() local 463 return AAudioConvert_androidToNearestAAudioDataFormat(internalFormat); in AAudioStream_getHardwareFormat()
|
/frameworks/base/core/jni/android/opengl/ |
D | util.cpp | 575 static int getPixelFormatFromInternalFormat(uint32_t internalFormat) { in getPixelFormatFromInternalFormat() argument 576 switch (internalFormat) { in getPixelFormatFromInternalFormat() 584 return internalFormat; in getPixelFormatFromInternalFormat() 669 int internalFormat = getInternalFormat(bitmapInfo.format); in util_texSubImage2D() local 671 format = getPixelFormatFromInternalFormat(internalFormat); in util_texSubImage2D() 676 if (checkInternalFormat(bitmapInfo.format, internalFormat, type)) { in util_texSubImage2D()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 484 void API_ENTRY(glTexStorageMem2DEXT)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei … 485 … CALL_GL_API(glTexStorageMem2DEXT, target, levels, internalFormat, width, height, memory, offset); 487 …exStorageMem2DMultisampleEXT)(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width… 488 …CALL_GL_API(glTexStorageMem2DMultisampleEXT, target, samples, internalFormat, width, height, fixed… 490 void API_ENTRY(glTexStorageMem3DEXT)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei … 491 …CALL_GL_API(glTexStorageMem3DEXT, target, levels, internalFormat, width, height, depth, memory, of… 493 …exStorageMem3DMultisampleEXT)(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width… 494 …CALL_GL_API(glTexStorageMem3DMultisampleEXT, target, samples, internalFormat, width, height, depth… 499 void API_ENTRY(glTextureStorageMem2DEXT)(GLuint texture, GLsizei levels, GLenum internalFormat, GLs… 500 …CALL_GL_API(glTextureStorageMem2DEXT, texture, levels, internalFormat, width, height, memory, offs… [all …]
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | CameraMetadataNative.java | 1180 int internalFormat = c.getFormat(); in parseRecommendedConfigurations() local 1182 (isDepth) ? StreamConfigurationMap.depthFormatToPublic(internalFormat) : in parseRecommendedConfigurations() 1183 StreamConfigurationMap.imageFormatToPublic(internalFormat); in parseRecommendedConfigurations() 1191 StreamConfiguration streamConfiguration = new StreamConfiguration(internalFormat, in parseRecommendedConfigurations() 1196 minDurationConfiguration = new StreamConfigurationDuration(internalFormat, in parseRecommendedConfigurations() 1202 stallDurationConfiguration = new StreamConfigurationDuration(internalFormat, in parseRecommendedConfigurations() 1235 sc.add(new StreamConfiguration(internalFormat, in parseRecommendedConfigurations()
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 1484 … PFNGLTEXSTORAGEMEM2DEXTPROC) (GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width… 1485 …RAGEMEM2DMULTISAMPLEEXTPROC) (GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width… 1486 … PFNGLTEXSTORAGEMEM3DEXTPROC) (GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width… 1487 …RAGEMEM3DMULTISAMPLEEXTPROC) (GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width… 1489 …LTEXTURESTORAGEMEM2DEXTPROC) (GLuint texture, GLsizei levels, GLenum internalFormat, GLsizei width… 1490 …AGEMEM2DMULTISAMPLEEXTPROC) (GLuint texture, GLsizei samples, GLenum internalFormat, GLsizei width… 1491 …LTEXTURESTORAGEMEM3DEXTPROC) (GLuint texture, GLsizei levels, GLenum internalFormat, GLsizei width… 1492 …AGEMEM3DMULTISAMPLEEXTPROC) (GLuint texture, GLsizei samples, GLenum internalFormat, GLsizei width… 1502 …APIENTRY glTexStorageMem2DEXT (GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width… 1503 …exStorageMem2DMultisampleEXT (GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width… [all …]
|
/frameworks/native/opengl/libs/ |
D | entries.in | 892 GL_ENTRY(void, glTexStorageMem2DEXT, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei … 893 …exStorageMem2DMultisampleEXT, GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width… 894 GL_ENTRY(void, glTexStorageMem3DEXT, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei … 895 …exStorageMem3DMultisampleEXT, GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width… 903 GL_ENTRY(void, glTextureStorageMem2DEXT, GLuint texture, GLsizei levels, GLenum internalFormat, GLs… 904 …eStorageMem2DMultisampleEXT, GLuint texture, GLsizei samples, GLenum internalFormat, GLsizei width… 905 GL_ENTRY(void, glTextureStorageMem3DEXT, GLuint texture, GLsizei levels, GLenum internalFormat, GLs… 906 …eStorageMem3DMultisampleEXT, GLuint texture, GLsizei samples, GLenum internalFormat, GLsizei width…
|