Home
last modified time | relevance | path

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

12

/system/media/alsa_utils/
Dalsa_device_profile.c66 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/
Dadf.cpp491 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/
Dstderr_write.cpp95 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/
Dadf.h234 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/
Dalsa_device_profile.h43 enum pcm_format formats[MAX_PROFILE_FORMATS]; member
/system/keymaster/contexts/
Dsoft_keymaster_device.cpp551 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/
Dbuffer.cpp69 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()
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.cpp350 &(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()
Dpixelflinger.cpp785 c->formats = gglGetPixelFormatTable(); in ggl_init_context()
/system/keymaster/include/keymaster/
Dsoft_keymaster_device.h129 keymaster_key_format_t** formats,
133 keymaster_key_format_t** formats,
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp157 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/
Dtracing.cpp335 std::vector<TracingFormat> formats; in LoadTracingFormatsFromEventFiles() local
363 formats.push_back(format); in LoadTracingFormatsFromEventFiles()
365 return formats; in LoadTracingFormatsFromEventFiles()
/system/keymaster/tests/
Dandroid_keymaster_test_utils.cpp816 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/
Dlogcat.cpp1152 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/
Dggl_context.h537 const GGLFormat* formats;
/system/media/audio/include/system/
Daudio.h532 audio_format_t formats[AUDIO_PORT_MAX_FORMATS]; member
/system/core/libpixelflinger/codeflinger/
Dtexturing.cpp132 &(c->formats[GGL_PIXEL_FORMAT_RGBA_8888])); in init_iterated_color()
278 tmu.format = c->formats[tmu.format_idx]; in decodeTMUNeeds()
DGGLAssembler.cpp109 mCbFormat = c->formats[ GGL_READ_NEEDS(CB_FORMAT, needs.n) ]; in scanline_core()
/system/bt/doc/
Dstyle_guide.md79 non-XML formats.
/system/update_engine/
Dupdate_metadata.proto319 // rather than a bool to allow for more flexibility in future file formats.
/system/update_engine/update_engine/
Dupdate_metadata.proto319 // rather than a bool to allow for more flexibility in future file formats.
/system/extras/power_profile/camera_avg/
DLICENSE385 4. Media and formats; technical modifications allowed. The
387 all media and formats whether now known or hereafter created,

12