/device/google/coral/audio/ |
D | audio_io_policy.conf | 16 formats AUDIO_FORMAT_PCM_16_BIT 23 formats AUDIO_FORMAT_PCM_16_BIT 30 formats AUDIO_FORMAT_PCM_16_BIT 37 formats AUDIO_FORMAT_PCM_24_BIT_PACKED 44 …formats AUDIO_FORMAT_PCM_16_BIT|AUDIO_FORMAT_PCM_24_BIT_PACKED|AUDIO_FORMAT_PCM_8_24_BIT|AUDIO_FOR… 51 formats AUDIO_FORMAT_PCM_24_BIT_PACKED|AUDIO_FORMAT_PCM_8_24_BIT|AUDIO_FORMAT_PCM_32_BIT 58 formats AUDIO_FORMAT_PCM_32_BIT 65 …formats AUDIO_FORMAT_AC3|AUDIO_FORMAT_E_AC3|AUDIO_FORMAT_E_AC3_JOC|AUDIO_FORMAT_DTS|AUDIO_FORMAT_D… 72 …formats AUDIO_FORMAT_MP3|AUDIO_FORMAT_PCM_16_BIT_OFFLOAD|AUDIO_FORMAT_PCM_24_BIT_OFFLOAD|AUDIO_FOR… 79 …formats AUDIO_FORMAT_MP3|AUDIO_FORMAT_PCM_24_BIT_OFFLOAD|AUDIO_FORMAT_FLAC|AUDIO_FORMAT_ALAC|AUDIO… [all …]
|
/device/linaro/poplar/audio/ |
D | audio_policy.conf | 32 formats AUDIO_FORMAT_PCM_16_BIT 39 formats AUDIO_FORMAT_PCM_16_BIT 46 formats AUDIO_FORMAT_AC3|AUDIO_FORMAT_E_AC3 53 formats AUDIO_FORMAT_AC3|AUDIO_FORMAT_E_AC3 62 formats AUDIO_FORMAT_PCM_16_BIT 72 formats AUDIO_FORMAT_PCM_16_BIT 80 formats AUDIO_FORMAT_PCM_16_BIT|AUDIO_FORMAT_PCM_8_BIT 90 formats dynamic 98 formats dynamic 108 formats AUDIO_FORMAT_PCM_16_BIT [all …]
|
/device/google/cuttlefish/shared/config/ |
D | audio_policy.conf | 32 formats AUDIO_FORMAT_PCM_16_BIT 41 formats AUDIO_FORMAT_PCM_16_BIT 51 formats AUDIO_FORMAT_PCM_16_BIT 59 formats AUDIO_FORMAT_PCM_16_BIT
|
/device/google/contexthub/firmware/lib/builtins/ |
D | fp_extend_impl.inc | 15 // formats; specifically, some work would be needed to adapt it to 23 // It also requires that integer types at least as large as both formats
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv1.cpp | 268 static void glGetCompressedTextureFormats(int count, GLint* formats) { in glGetCompressedTextureFormats() argument 272 s_gles1.glGetIntegerv(GL_COMPRESSED_TEXTURE_FORMATS, formats); in glGetCompressedTextureFormats()
|
D | GLESv3.cpp | 224 static void glGetCompressedTextureFormats(int count, GLint* formats) { in glGetCompressedTextureFormats() argument 228 s_gles3.glGetIntegerv(GL_COMPRESSED_TEXTURE_FORMATS, formats); in glGetCompressedTextureFormats()
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.attrib | 209 dir formats out 210 len formats (count * sizeof(GLint))
|
D | gles1.in | 164 GL_ENTRY(void, glGetCompressedTextureFormats, int count, GLint *formats);
|
/device/google/bonito/sdm710/original-kernel-headers/sound/ |
D | compress_params.h | 455 __u32 formats; member
|
/device/google/bonito/sdm710/kernel-headers/sound/ |
D | compress_params.h | 265 __u32 formats; member
|
/device/google/crosshatch/sdm845/kernel-headers/sound/ |
D | compress_params.h | 265 __u32 formats; member
|
/device/google/crosshatch/sdm845/original-kernel-headers/sound/ |
D | compress_params.h | 455 __u32 formats; member
|
/device/google/coral-kernel/sm8150/original-kernel-headers/sound/ |
D | compress_params.h | 484 __u32 formats; member
|
/device/google/coral-kernel/sm8150/kernel-headers/sound/ |
D | compress_params.h | 281 __u32 formats; member
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.attrib | 442 dir formats out 443 len formats (count * sizeof(GLint))
|
D | gles3.in | 212 GL_ENTRY(void, glGetCompressedTextureFormats, int count, GLint *formats) 220 ## New formats: Need to update all validation code to handle GLES 3.x-specific formats.
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_entry.cpp | 168 void glGetCompressedTextureFormats(int count, GLint* formats); 1273 void glGetCompressedTextureFormats(int count, GLint* formats) in glGetCompressedTextureFormats() argument 1276 ctx->glGetCompressedTextureFormats(ctx, count, formats); in glGetCompressedTextureFormats()
|
D | gl_enc.cpp | 4495 void glGetCompressedTextureFormats_enc(void *self , int count, GLint* formats) in glGetCompressedTextureFormats_enc() argument 4520 stream->readback(formats, __size_formats); in glGetCompressedTextureFormats_enc() 4521 if (useChecksum) checksumCalculator->addBuffer(formats, __size_formats); in glGetCompressedTextureFormats_enc()
|
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | ResourceTracker.cpp | 1830 std::vector<VkFormat> formats{pImageInfo->format}; in setBufferCollectionConstraints() local 1835 formats = std::vector<VkFormat>{ in setBufferCollectionConstraints() 1840 constraints.image_format_constraints_count = formats.size(); in setBufferCollectionConstraints() 1842 for (VkFormat format : formats) { in setBufferCollectionConstraints()
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_entry.cpp | 213 void glGetCompressedTextureFormats(int count, GLint* formats); 1691 void glGetCompressedTextureFormats(int count, GLint* formats) in glGetCompressedTextureFormats() argument 1694 ctx->glGetCompressedTextureFormats(ctx, count, formats); in glGetCompressedTextureFormats()
|
D | gl2_enc.cpp | 4957 void glGetCompressedTextureFormats_enc(void *self , int count, GLint* formats) in glGetCompressedTextureFormats_enc() argument 4982 stream->readback(formats, __size_formats); in glGetCompressedTextureFormats_enc() 4983 if (useChecksum) checksumCalculator->addBuffer(formats, __size_formats); in glGetCompressedTextureFormats_enc()
|
/device/google/cuttlefish_kernel/5.4-x86_64/ |
D | System.map | 81524 ffffffff82a7b180 d __drm_format_info.formats 82027 ffffffff82a98a20 d v4l2_format_info.formats 114686 ffffffff82c63398 d formats
|
/device/google/cuttlefish_kernel/5.4-arm64/ |
D | System.map | 159541 ffffffc01161f4c0 d __drm_format_info.formats 160059 ffffffc01163dcc8 d v4l2_format_info.formats 226718 ffffffc0118ec248 d formats
|