/system/media/alsa_utils/ |
D | alsa_device_profile.c | 66 profile->formats[0] = PCM_FORMAT_INVALID; in profile_reset() 169 return profile_is_valid(profile) ? profile->formats[0] : DEFAULT_SAMPLE_FORMAT; in profile_get_default_format() 175 for (index = 0; profile->formats[index] != PCM_FORMAT_INVALID; index++) { in profile_is_format_valid() 176 if (profile->formats[index] == fmt) { in profile_is_format_valid() 258 profile->formats[num_written++] = format; in profile_enum_sample_formats() 259 if (num_written == ARRAY_SIZE(profile->formats) - 1) { in profile_enum_sample_formats() 270 profile->formats[num_written] = PCM_FORMAT_INVALID; in profile_enum_sample_formats() 452 for (index = 0; profile->formats[index] != PCM_FORMAT_INVALID; index++) { in profile_get_format_strs() 454 if (buffSize - curStrLen < strlen(format_string_map[profile->formats[index]]) in profile_get_format_strs() 464 curStrLen = strlcat(buffer, format_string_map[profile->formats[index]], buffSize); in profile_get_format_strs()
|
/system/core/adf/libadf/ |
D | adf.c | 544 const __u32 *formats; member 556 if (data->supported_formats[i] == c->formats[j]) in adf_overlay_engine_format_filter() 563 const __u32 *formats, size_t n_formats, adf_id_t *in, size_t n_in, in adf_overlay_engines_filter_by_format() argument 566 struct format_filter_cookie cookie = { formats, n_formats }; in adf_overlay_engines_filter_by_format() 712 const __u32 *formats, size_t n_formats, in adf_find_simple_post_overlay_engine() argument 723 formats, n_formats, engs, n_engs, &filtered_engs); in adf_find_simple_post_overlay_engine() 769 const __u32 *formats, size_t n_formats, in adf_find_simple_post_configuration() argument 790 if (!formats) { in adf_find_simple_post_configuration() 791 formats = any_rgb_format; in adf_find_simple_post_configuration() 798 found = adf_find_simple_post_overlay_engine(dev, formats, n_formats, in adf_find_simple_post_configuration()
|
/system/core/adf/libadf/include/adf/ |
D | adf.h | 189 const __u32 *formats, size_t n_formats, adf_id_t *in, size_t n_in, 245 const __u32 *formats, size_t n_formats,
|
/system/tpm/attestation/common/ |
D | proto_print.py | 360 formats = {'bool': '"%%s", %(value)s ? "true" : "false"', 380 if field.type_ in formats: 381 value_format = formats[field.type_] % {'value': value_get}
|
/system/keymaster/ |
D | soft_keymaster_device.cpp | 541 keymaster_key_format_t** formats, size_t* formats_length) { in get_supported_import_formats() argument 545 if (!formats || !formats_length) in get_supported_import_formats() 550 return km1_dev->get_supported_import_formats(km1_dev, algorithm, formats, formats_length); in get_supported_import_formats() 563 *formats = in get_supported_import_formats() 564 reinterpret_cast<keymaster_key_format_t*>(malloc(*formats_length * sizeof(**formats))); in get_supported_import_formats() 565 if (!*formats) in get_supported_import_formats() 567 std::copy(response.results, response.results + response.results_length, *formats); in get_supported_import_formats() 574 keymaster_key_format_t** formats, size_t* formats_length) { in get_supported_export_formats() argument 578 if (!formats || !formats_length) in get_supported_export_formats() 583 return km1_dev->get_supported_export_formats(km1_dev, algorithm, formats, formats_length); in get_supported_export_formats() [all …]
|
D | android_keymaster.cpp | 164 const keymaster_key_format_t* formats = in SupportedImportFormats() local 166 response->SetResults(formats, count); in SupportedImportFormats() 175 const keymaster_key_format_t* formats = in SupportedExportFormats() local 177 response->SetResults(formats, count); in SupportedExportFormats()
|
D | android_keymaster_test_utils.cpp | 791 keymaster_key_format_t** formats, in get_supported_import_formats() argument 793 return unwrap(dev)->get_supported_import_formats(unwrap(dev), algorithm, formats, in get_supported_import_formats() 798 keymaster_key_format_t** formats, in get_supported_export_formats() argument 800 return unwrap(dev)->get_supported_export_formats(unwrap(dev), algorithm, formats, in get_supported_export_formats()
|
/system/media/alsa_utils/include/ |
D | alsa_device_profile.h | 43 enum pcm_format formats[MAX_PROFILE_FORMATS]; member
|
/system/core/libpixelflinger/ |
D | buffer.cpp | 67 const GGLFormat& pixelFormat(c->formats[dst->format]); in ggl_set_surface() 116 const GGLFormat* f = &(c->formats[s->format]); in read_pixel() 173 const GGLFormat* f = &(c->formats[s->format]); in write_pixel() 260 const GGLFormat* f = &(c->formats[format]); in ggl_pack_color()
|
D | clear.cpp | 53 const uint32_t size = c->formats[s.format].size; in memset2d()
|
D | picker.cpp | 57 const GGLFormat& cbf = c->formats[ c->state.buffers.color.format ]; in ggl_pick()
|
D | raster.cpp | 105 const GGLFormat* fp = &(c->formats[cb->format]); in ggl_copyPixels()
|
D | scanline.cpp | 355 &(c->formats[GGL_READ_NEEDS(T_FORMAT, c->state.needs.t[0])]); in pick_scanline() 372 switch (c->formats[cb_format].size) { in pick_scanline() 2263 const GGLFormat* fp = &(c->formats[cb->format]); in scanline_memcpy() 2316 const GGLFormat* fp = &(c->formats[cb->format]); in scanline_clear() 2329 const GGLFormat* fp = &(c->formats[cb->format]); in scanline_set() 2354 const GGLFormat* fp = &(c->formats[cb->format]); in rect_memcpy()
|
D | pixelflinger.cpp | 785 c->formats = gglGetPixelFormatTable(); in ggl_init_context()
|
D | trap.cpp | 455 const GGLFormat* fp = &(c->formats[cb->format]); in scanline_set()
|
/system/keymaster/include/keymaster/ |
D | soft_keymaster_device.h | 129 keymaster_key_format_t** formats, 133 keymaster_key_format_t** formats,
|
/system/core/libpixelflinger/include/private/pixelflinger/ |
D | ggl_context.h | 537 const GGLFormat* formats;
|
/system/media/audio/include/system/ |
D | audio.h | 1093 audio_format_t formats[AUDIO_PORT_MAX_FORMATS]; member
|
/system/core/libpixelflinger/codeflinger/ |
D | texturing.cpp | 131 &(c->formats[GGL_PIXEL_FORMAT_RGBA_8888])); in init_iterated_color() 277 tmu.format = c->formats[tmu.format_idx]; in decodeTMUNeeds()
|
D | GGLAssembler.cpp | 110 mCbFormat = c->formats[ GGL_READ_NEEDS(CB_FORMAT, needs.n) ]; in scanline_core()
|
/system/bt/doc/ |
D | style_guide.md | 75 non-XML formats.
|
/system/update_engine/ |
D | update_metadata.proto | 252 // rather than a bool to allow for more flexibility in future file formats.
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 1164 formats by an automated process. The purpose of this automated process is to minimize the transcrip… 4369 The formats defined in this clause only apply when the tag for the response is TPM_ST_NO_SESSIONS. 8054 CLEAR (0): Key usage is not restricted to use on special formats. 14949 TPM_PRIVATE, the formats in this clause shall be used.
|
D | raw_structures_fixed.txt | 1164 formats by an automated process. The purpose of this automated process is to minimize the transcrip… 4363 The formats defined in this clause only apply when the tag for the response is TPM_ST_NO_SESSIONS. 8082 CLEAR (0): Key usage is not restricted to use on special formats. 14941 TPM_PRIVATE, the formats in this clause shall be used.
|