Home
last modified time | relevance | path

Searched refs:formats (Results 1 – 24 of 24) sorted by relevance

/system/media/alsa_utils/
Dalsa_device_profile.c66 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/
Dadf.c544 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/
Dadf.h189 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/
Dproto_print.py360 formats = {'bool': '"%%s", %(value)s ? "true" : "false"',
380 if field.type_ in formats:
381 value_format = formats[field.type_] % {'value': value_get}
/system/keymaster/
Dsoft_keymaster_device.cpp541 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 …]
Dandroid_keymaster.cpp164 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()
Dandroid_keymaster_test_utils.cpp791 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/
Dalsa_device_profile.h43 enum pcm_format formats[MAX_PROFILE_FORMATS]; member
/system/core/libpixelflinger/
Dbuffer.cpp67 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()
Dclear.cpp53 const uint32_t size = c->formats[s.format].size; in memset2d()
Dpicker.cpp57 const GGLFormat& cbf = c->formats[ c->state.buffers.color.format ]; in ggl_pick()
Draster.cpp105 const GGLFormat* fp = &(c->formats[cb->format]); in ggl_copyPixels()
Dscanline.cpp355 &(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()
Dpixelflinger.cpp785 c->formats = gglGetPixelFormatTable(); in ggl_init_context()
Dtrap.cpp455 const GGLFormat* fp = &(c->formats[cb->format]); in scanline_set()
/system/keymaster/include/keymaster/
Dsoft_keymaster_device.h129 keymaster_key_format_t** formats,
133 keymaster_key_format_t** formats,
/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_context.h537 const GGLFormat* formats;
/system/media/audio/include/system/
Daudio.h1093 audio_format_t formats[AUDIO_PORT_MAX_FORMATS]; member
/system/core/libpixelflinger/codeflinger/
Dtexturing.cpp131 &(c->formats[GGL_PIXEL_FORMAT_RGBA_8888])); in init_iterated_color()
277 tmu.format = c->formats[tmu.format_idx]; in decodeTMUNeeds()
DGGLAssembler.cpp110 mCbFormat = c->formats[ GGL_READ_NEEDS(CB_FORMAT, needs.n) ]; in scanline_core()
/system/bt/doc/
Dstyle_guide.md75 non-XML formats.
/system/update_engine/
Dupdate_metadata.proto252 // rather than a bool to allow for more flexibility in future file formats.
/system/tpm/trunks/generator/
Draw_structures.txt1164 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.
Draw_structures_fixed.txt1164 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.