Home
last modified time | relevance | path

Searched defs:src_encoding (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/media/audio_utils/tests/
H A Dformat_tests.cpp68 const audio_format_t src_encoding = std::get<0>(param); in TEST_P() local
142 const audio_format_t src_encoding = GetParam(); in TEST_P() local
/aosp_15_r20/system/media/audio_utils/fuzz/format_fuzzer/
H A Dformat_fuzzer.cpp68 const audio_format_t src_encoding = formats[src]; in LLVMFuzzerTestOneInput() local
/aosp_15_r20/bionic/libc/bionic/
H A Diconv.cpp113 Encoding src_encoding; member
/aosp_15_r20/external/libultrahdr/lib/src/dsp/arm/
H A Dgainmapmath_neon.cpp236 uhdr_error_info_t convertYuv_neon(uhdr_raw_image_t* image, uhdr_color_gamut_t src_encoding, in convertYuv_neon()
/aosp_15_r20/external/libultrahdr/lib/src/
H A Djpegr.cpp411 uhdr_error_info_t JpegR::convertYuv(uhdr_raw_image_t* image, uhdr_color_gamut_t src_encoding, in convertYuv()