| /third_party/skia/third_party/externals/libpng/ |
| H A D | png.c | 2307 png_compare_ICC_profile_with_sRGB(png_const_structrp png_ptr, png_const_bytep profile, uLong adler) png_compare_ICC_profile_with_sRGB() argument 2428 png_icc_set_sRGB(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_bytep profile, uLong adler) png_icc_set_sRGB() argument 2442 png_colorspace_set_ICC(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_charp name, png_uint_32 profile_length, png_const_bytep profile, int color_type) png_colorspace_set_ICC() argument [all...] |
| H A D | pngrutil.c | 1482 png_bytep profile = png_read_buffer(png_ptr, in png_handle_iCCP() local [all...] |
| H A D | pngset.c | 688 png_set_iCCP(png_const_structrp png_ptr, png_inforp info_ptr, png_const_charp name, int compression_type, png_const_bytep profile, png_uint_32 proflen) png_set_iCCP() argument
|
| H A D | pngtest.c | 1167 png_bytep profile; in test_one_file() local
|
| H A D | pngwutil.c | 1117 png_write_iCCP(png_structrp png_ptr, png_const_charp name, png_const_bytep profile) png_write_iCCP() argument [all...] |
| /third_party/skia/third_party/externals/libwebp/examples/ |
| H A D | webpinfo.c | 338 const int profile = (bits >> 1) & 7; in ParseLossyHeader() local
|
| /third_party/skia/tests/ |
| H A D | CodecTest.cpp | 1866 const auto* profile = codec->getICCProfile(); in DEF_TEST() local
|
| /third_party/pulseaudio/src/modules/bluetooth/ |
| H A D | bluez5-util.c | 195 pa_bluetooth_profile_status_t profile_status_get(pa_bluetooth_discovery *y, pa_bluetooth_profile_t profile) { in profile_status_get() argument 199 void profile_status_set(pa_bluetooth_discovery *y, pa_bluetooth_profile_t profile, pa_bluetooth_profile_status_t status) { in profile_status_set() argument 257 bool pa_bluetooth_device_supports_profile(const pa_bluetooth_device *device, pa_bluetooth_profile_t profile) { in pa_bluetooth_device_supports_profile() argument 322 device_is_profile_connected(pa_bluetooth_device *device, pa_bluetooth_profile_t profile) device_is_profile_connected() argument 330 pa_bluetooth_profile_t profile; device_count_disconnected_profiles() local 355 pa_bluetooth_profile_t profile; wait_for_profiles_cb() local 395 pa_bluetooth_profile_t profile; global() member 440 pa_bluetooth_device_switch_codec(pa_bluetooth_device *device, pa_bluetooth_profile_t profile, pa_hashmap *capabilities_hashmap, const pa_a2dp_endpoint_conf *endpoint_conf, void (*codec_switch_cb)(bool, pa_bluetooth_profile_t profile, void *), void *userdata) pa_bluetooth_device_switch_codec() argument 2368 pa_bluetooth_profile_to_string(pa_bluetooth_profile_t profile) pa_bluetooth_profile_to_string() argument 2416 pa_bluetooth_profile_is_a2dp(pa_bluetooth_profile_t profile) pa_bluetooth_profile_is_a2dp() argument [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | vc1.h | 216 int profile; ///< 2 bits, Profile member
|
| H A D | videotoolboxenc.c | 233 int64_t profile; member 707 int64_t profile = vtctx->profile; in get_vt_h264_profile_level() local 414 get_cm_codec_type(AVCodecContext *avctx, int64_t profile, double alpha_quality) get_cm_codec_type() argument 812 int64_t profile = vtctx->profile; get_vt_hevc_profile_level() local [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | mxfenc.c | 2005 int profile; member 2020 int i, profile; in mxf_parse_prores_frame() local 2202 uint8_t profile; global() member [all...] |
| H A D | dashenc.c | 196 int profile; member [all...] |
| H A D | hlsenc.c | 363 int profile = FF_PROFILE_UNKNOWN; in write_codec_attr() local
|
| /third_party/backends/backend/genesys/ |
| H A D | genesys.cpp | 371 SANE_Int sanei_genesys_exposure_time2(Genesys_Device * dev, const MotorProfile& profile, float ydpi, in sanei_genesys_exposure_time2() argument
|
| /third_party/mesa3d/src/amd/common/ |
| H A D | ac_uvd_dec.h | 133 uint32_t profile; member 254 uint32_t profile; member
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | radeon_uvd.h | 134 uint32_t profile; member 255 uint32_t profile; member
|
| /third_party/libinput/src/ |
| H A D | evdev.c | 1269 evdev_accel_config_set_profile(struct libinput_device *libinput_device, enum libinput_config_accel_profile profile) evdev_accel_config_set_profile() argument
|
| H A D | evdev-mt-touchpad.c | 3031 tp_accel_config_set_profile(struct libinput_device *libinput_device, enum libinput_config_accel_profile profile) tp_accel_config_set_profile() argument
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | sink.c | 3532 const char *ff, *c, *t = NULL, *s = "", *profile, *bus; in pa_device_init_icon() local
|
| H A D | protocol-native.c | 4649 pa_card_profile *profile; in command_set_card_profile() local
|
| /third_party/pulseaudio/src/modules/ |
| H A D | module-equalizer-sink.c | 920 float *H_n, *profile; in save_profile() local 1003 float *profile = (float *) value.data; in load_profile() local [all...] |
| /third_party/mbedtls/include/mbedtls/ |
| H A D | ssl.h | 4171 static inline const char *mbedtls_ssl_get_srtp_profile_as_string(mbedtls_ssl_srtp_profile profile) in mbedtls_ssl_get_srtp_profile_as_string() argument [all...] |
| /third_party/node/src/ |
| H A D | js_native_api_v8.cc | 1832 JSVM_CompileProfile *profile = nullptr; member in CompileOptionResolver 2030 auto profile = v8profiler->StopProfiling(v8::String::Empty(isolate)); in OH_JSVM_StopCpuProfiler() local
|
| /third_party/pulseaudio/src/modules/alsa/ |
| H A D | alsa-mixer.c | 4508 static void mapping_paths_probe(pa_alsa_mapping *m, pa_alsa_profile *profile, in mapping_paths_probe() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| H A D | Renderer9.cpp | 2696 std::string profile = profileStream.str(); in compileToExecutable() local
|