/system/media/alsa_utils/ |
D | alsa_device_profile.c | 66 profile->formats[0] = PCM_FORMAT_INVALID; in profile_reset() 183 return profile_is_valid(profile) ? profile->formats[0] : DEFAULT_SAMPLE_FORMAT; in profile_get_default_format() 189 for (index = 0; profile->formats[index] != PCM_FORMAT_INVALID; index++) { in profile_is_format_valid() 190 if (profile->formats[index] == fmt) { in profile_is_format_valid() 287 profile->formats[num_written++] = format; in profile_enum_sample_formats() 288 if (num_written == ARRAY_SIZE(profile->formats) - 1) { in profile_enum_sample_formats() 299 profile->formats[num_written] = PCM_FORMAT_INVALID; in profile_enum_sample_formats() 482 for (index = 0; profile->formats[index] != PCM_FORMAT_INVALID; index++) { in profile_get_format_strs() 484 if (buffSize - curStrLen < strlen(format_string_map[profile->formats[index]]) in profile_get_format_strs() 494 curStrLen = strlcat(buffer, format_string_map[profile->formats[index]], buffSize); in profile_get_format_strs() [all …]
|
/system/core/deprecated-adf/libadf/ |
D | adf.cpp | 491 const __u32 *formats; member 503 if (data->supported_formats[i] == c->formats[j]) in adf_overlay_engine_format_filter() 510 const __u32 *formats, size_t n_formats, adf_id_t *in, size_t n_in, in adf_overlay_engines_filter_by_format() argument 513 struct format_filter_cookie cookie = { formats, n_formats }; in adf_overlay_engines_filter_by_format() 647 const __u32 *formats, size_t n_formats, in adf_find_simple_post_overlay_engine() argument 658 formats, n_formats, engs, n_engs, &filtered_engs); in adf_find_simple_post_overlay_engine() 704 const __u32 *formats, size_t n_formats, in adf_find_simple_post_configuration() argument 725 if (!formats) { in adf_find_simple_post_configuration() 726 formats = any_rgb_format; in adf_find_simple_post_configuration() 733 found = adf_find_simple_post_overlay_engine(dev, formats, n_formats, in adf_find_simple_post_configuration()
|
/system/core/liblog/ |
D | stderr_write.cpp | 95 char* formats = strdup(envStr); in stderrOpen() local 97 char* arg = formats; in stderrOpen() 109 free(formats); in stderrOpen()
|
/system/core/deprecated-adf/libadf/include/adf/ |
D | adf.h | 234 const __u32 *formats, size_t n_formats, adf_id_t *in, size_t n_in, 290 const __u32 *formats, size_t n_formats,
|
/system/media/alsa_utils/include/ |
D | alsa_device_profile.h | 43 enum pcm_format formats[MAX_PROFILE_FORMATS]; member
|
/system/keymaster/contexts/ |
D | soft_keymaster_device.cpp | 551 keymaster_key_format_t** formats, size_t* formats_length) { in get_supported_import_formats() argument 555 if (!formats || !formats_length) in get_supported_import_formats() 560 return km1_dev->get_supported_import_formats(km1_dev, algorithm, formats, formats_length); in get_supported_import_formats() 573 *formats = in get_supported_import_formats() 574 reinterpret_cast<keymaster_key_format_t*>(malloc(*formats_length * sizeof(**formats))); in get_supported_import_formats() 575 if (!*formats) in get_supported_import_formats() 577 std::copy(response.results, response.results + response.results_length, *formats); in get_supported_import_formats() 584 keymaster_key_format_t** formats, size_t* formats_length) { in get_supported_export_formats() argument 588 if (!formats || !formats_length) in get_supported_export_formats() 593 return km1_dev->get_supported_export_formats(km1_dev, algorithm, formats, formats_length); in get_supported_export_formats() [all …]
|
/system/core/libpixelflinger/ |
D | buffer.cpp | 69 const GGLFormat& pixelFormat(c->formats[dst->format]); in ggl_set_surface() 118 const GGLFormat* f = &(c->formats[s->format]); in read_pixel() 175 const GGLFormat* f = &(c->formats[s->format]); in write_pixel() 262 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 | 350 &(c->formats[GGL_READ_NEEDS(T_FORMAT, c->state.needs.t[0])]); in pick_scanline() 367 switch (c->formats[cb_format].size) { in pick_scanline() 2257 const GGLFormat* fp = &(c->formats[cb->format]); in scanline_memcpy() 2310 const GGLFormat* fp = &(c->formats[cb->format]); in scanline_clear() 2323 const GGLFormat* fp = &(c->formats[cb->format]); in scanline_set() 2348 const GGLFormat* fp = &(c->formats[cb->format]); in rect_memcpy()
|
D | pixelflinger.cpp | 785 c->formats = gglGetPixelFormatTable(); in ggl_init_context()
|
/system/keymaster/include/keymaster/ |
D | soft_keymaster_device.h | 129 keymaster_key_format_t** formats, 133 keymaster_key_format_t** formats,
|
/system/keymaster/android_keymaster/ |
D | android_keymaster.cpp | 157 const keymaster_key_format_t* formats = in SupportedImportFormats() local 159 response->SetResults(formats, count); in SupportedImportFormats() 168 const keymaster_key_format_t* formats = in SupportedExportFormats() local 170 response->SetResults(formats, count); in SupportedExportFormats()
|
/system/extras/simpleperf/ |
D | tracing.cpp | 335 std::vector<TracingFormat> formats; in LoadTracingFormatsFromEventFiles() local 363 formats.push_back(format); in LoadTracingFormatsFromEventFiles() 365 return formats; in LoadTracingFormatsFromEventFiles()
|
/system/keymaster/tests/ |
D | android_keymaster_test_utils.cpp | 816 keymaster_key_format_t** formats, in get_supported_import_formats() argument 818 return unwrap(dev)->get_supported_import_formats(unwrap(dev), algorithm, formats, in get_supported_import_formats() 823 keymaster_key_format_t** formats, in get_supported_export_formats() argument 825 return unwrap(dev)->get_supported_export_formats(unwrap(dev), algorithm, formats, in get_supported_export_formats()
|
/system/core/logcat/ |
D | logcat.cpp | 1152 std::unique_ptr<char, void (*)(void*)> formats(strdup(optarg), free); in __logcat() local 1153 char* arg = formats.get(); in __logcat() 1342 std::unique_ptr<char, void (*)(void*)> formats(strdup(logFormat), in __logcat() local 1345 char* arg = formats.get(); in __logcat()
|
/system/core/libpixelflinger/include/private/pixelflinger/ |
D | ggl_context.h | 537 const GGLFormat* formats;
|
/system/media/audio/include/system/ |
D | audio.h | 532 audio_format_t formats[AUDIO_PORT_MAX_FORMATS]; member
|
/system/core/libpixelflinger/codeflinger/ |
D | texturing.cpp | 132 &(c->formats[GGL_PIXEL_FORMAT_RGBA_8888])); in init_iterated_color() 278 tmu.format = c->formats[tmu.format_idx]; in decodeTMUNeeds()
|
D | GGLAssembler.cpp | 109 mCbFormat = c->formats[ GGL_READ_NEEDS(CB_FORMAT, needs.n) ]; in scanline_core()
|
/system/bt/doc/ |
D | style_guide.md | 79 non-XML formats.
|
/system/update_engine/ |
D | update_metadata.proto | 319 // rather than a bool to allow for more flexibility in future file formats.
|
/system/update_engine/update_engine/ |
D | update_metadata.proto | 319 // rather than a bool to allow for more flexibility in future file formats.
|
/system/extras/power_profile/camera_avg/ |
D | LICENSE | 385 4. Media and formats; technical modifications allowed. The 387 all media and formats whether now known or hereafter created,
|