| /third_party/ffmpeg/libavcodec/ |
| H A D | dolby_e.c | 877 int value = get_sbits(&s->gb, size2); in parse_mantissas() local
|
| H A D | libvpxenc.c | 452 static void vp8_ts_parse_int_array(int *dest, char *value, size_t value_len, int max_entries) in vp8_ts_parse_int_array() argument 465 static void vp8_ts_parse_int64_array(int64_t *dest, char *value, size_t value_len, int max_entries) in vp8_ts_parse_int64_array() argument 582 vpx_ts_param_parse(VPxContext *ctx, struct vpx_codec_enc_cfg *enccfg, char *key, char *value, enum AVCodecID codec_id) vpx_ts_param_parse() argument 626 vpx_ref_frame_config_set_value(vpx_svc_ref_frame_config_t *ref_frame_config, int ss_number_layers, char *key, char *value) vpx_ref_frame_config_set_value() argument [all...] |
| H A D | mediacodec_wrapper.c | 977 void ff_AMediaFormat_setInt32(FFAMediaFormat* format, const char* name, int32_t value) in ff_AMediaFormat_setInt32() argument 1002 void ff_AMediaFormat_setInt64(FFAMediaFormat* format, const char* name, int64_t value) in ff_AMediaFormat_setInt64() argument 1027 void ff_AMediaFormat_setFloat(FFAMediaFormat* format, const char* name, float value) in ff_AMediaFormat_setFloat() argument 1052 void ff_AMediaFormat_setString(FFAMediaFormat* format, const char* name, const char* value) in ff_AMediaFormat_setString() argument
|
| H A D | alsdec.c | 833 unsigned int value; read_var_block_data() local [all...] |
| H A D | qdm2.c | 206 int value; in qdm2_get_vlc() local 235 int value = qdm2_get_vlc(gb, vlc, 0, depth); qdm2_get_se_vlc() local 249 qdm2_packet_checksum(const uint8_t *data, int length, int value) qdm2_packet_checksum() argument 1356 int i, j, min, max, value, type, unknown_flag; qdm2_decode_fft_packets() local 1828 int value = (int)q->output_buffer[i]; qdm2_decode() local [all...] |
| H A D | wavpackenc.c | 228 int32_t shift_count, value, f = *sample; in process_float() local 543 log2s(int32_t value) log2s() argument 994 uint32_t low, value = labs(samples[0]); scan_word() local 2164 int32_t value, shift_count; pack_float_sample() local [all...] |
| H A D | wavpack.c | 333 } value; in wv_get_value_float() local 419 int value = 0x808000, rate = rate_i << 8; in init_ptable() local 438 int32_t value, fltr0, fltr1, fltr2, fltr3, fltr4, fltr5, fltr6, factor; global() member 449 uint32_t low, high, value; wv_unpack_dsd_high() local 594 uint32_t low, high, value; wv_unpack_dsd_fast() local [all...] |
| H A D | snowenc.c | 907 unsigned value; in check_block() local 953 unsigned value; in check_4block_inter() local
|
| H A D | tiff.c | 280 static uint16_t av_always_inline dng_process_color16(uint16_t value, in dng_process_color16() argument 302 static uint16_t av_always_inline dng_process_color8(uint16_t value, in dng_process_color8() argument 1222 unsigned tag, type, count, off, value = 0, value2 = 1; // value2 is a denominator so init. to 1 tiff_decode_tag() local [all...] |
| /third_party/eudev/src/libudev/ |
| H A D | libudev-device.c | 367 static struct udev_list_entry *udev_device_add_property_internal(struct udev_device *udev_device, const char *key, const char *value) in udev_device_add_property_internal() argument 383 int udev_device_add_property(struct udev_device *udev_device, const char *key, const char *value) in udev_device_add_property() argument 1466 char value[4096]; udev_device_get_sysattr_value() local 1546 udev_device_set_sysattr_value(struct udev_device *udev_device, const char *sysattr, char *value) udev_device_set_sysattr_value() argument 2094 const char *key, *value; udev_device_copy_properties() local [all...] |
| /third_party/eudev/src/shared/ |
| H A D | hashmap.c | 100 void *value; member 1239 int hashmap_put(Hashmap *h, const void *key, void *value) { in hashmap_put() argument 1278 hashmap_replace(Hashmap *h, const void *key, void *value) hashmap_replace() argument 1310 hashmap_update(Hashmap *h, const void *key, void *value) hashmap_update() argument 1420 hashmap_remove_and_put(Hashmap *h, const void *old_key, const void *new_key, void *value) hashmap_remove_and_put() argument 1473 hashmap_remove_and_replace(Hashmap *h, const void *old_key, const void *new_key, void *value) hashmap_remove_and_replace() argument 1509 hashmap_remove_value(Hashmap *h, const void *key, void *value) hashmap_remove_value() argument 1812 set_consume(Set *s, void *value) set_consume() argument [all...] |
| H A D | util.c | 1493 int r, value; in fd_inc_sndbuf() local 1612 parse_proc_cmdline(int (*parse_item)(const char *key, const char *value)) parse_proc_cmdline() argument 1626 char *value = NULL; parse_proc_cmdline() local [all...] |
| /third_party/elfutils/src/ |
| H A D | unstrip.c | 820 GElf_Addr value; global() member [all...] |
| H A D | strip.c | 506 GElf_Addr value = sym->st_value; in relocate() local [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | avf_showspectrum.c | 964 const float value = s->scale == LOG ? log10f(get_iscale(ctx, s->scale, a)) * 20.f : get_iscale(ctx, s->scale, a); in draw_legend() local
|
| H A D | vf_paletteuse.c | 601 uint32_t value; member
|
| /third_party/ffmpeg/libavformat/ |
| H A D | avidec.c | 325 char *value; in avi_read_tag() local
|
| H A D | isom.h | 416 const char *value; member
|
| H A D | rtsp.c | 1057 char key[20], value[MAX_URL_SIZE], url[MAX_URL_SIZE] = ""; in rtsp_parse_rtp_info() local 358 ff_rtsp_next_attr_and_value(const char **p, char *attr, int attr_size, char *value, int value_size) ff_rtsp_next_attr_and_value() argument
|
| H A D | asfdec_o.c | 280 uint8_t *value; in asf_read_value() local 317 asf_read_generic_value(AVIOContext *pb, int type, uint64_t *value) asf_read_generic_value() argument 344 uint64_t value; asf_set_metadata() local 444 uint64_t value = 0; asf_store_aspect_ratio() local [all...] |
| H A D | asfdec_f.c | 225 char *value = NULL; in get_tag() local [all...] |
| /third_party/ffmpeg/libavutil/ |
| H A D | opt.c | 1200 get_opt_const_name(void *obj, const char *unit, int64_t value) get_opt_const_name() argument 1213 get_opt_flags_string(void *obj, const char *unit, int64_t value) get_opt_flags_string() argument [all...] |
| /third_party/curl/lib/vquic/ |
| H A D | curl_ngtcp2.c | 905 cb_h3_recv_header(nghttp3_conn *conn, int64_t stream_id, int32_t token, nghttp3_rcbuf *name, nghttp3_rcbuf *value, uint8_t flags, void *user_data, void *stream_user_data) cb_h3_recv_header() argument
|
| H A D | curl_osslq.c | 732 cb_h3_recv_header(nghttp3_conn *conn, int64_t stream_id, int32_t token, nghttp3_rcbuf *name, nghttp3_rcbuf *value, uint8_t flags, void *user_data, void *stream_user_data) cb_h3_recv_header() argument
|
| /third_party/curl/lib/vtls/ |
| H A D | vtls.c | 879 Curl_ssl_push_certinfo_len(struct Curl_easy *data, int certnum, const char *label, const char *value, size_t valuelen) Curl_ssl_push_certinfo_len() argument
|