/third_party/ffmpeg/libavcodec/ |
H A D | dnxhdenc.c | 1142 static inline int get_bucket(int value, int shift) in get_bucket() argument [all...] |
H A D | cbs_h2645.c | 37 uint32_t value; in cbs_read_ue_golomb() local 89 int32_t value; cbs_read_se_golomb() local 140 cbs_write_ue_golomb(CodedBitstreamContext *ctx, PutBitContext *pbc, const char *name, const int *subscripts, uint32_t value, uint32_t range_min, uint32_t range_max) cbs_write_ue_golomb() argument 183 cbs_write_se_golomb(CodedBitstreamContext *ctx, PutBitContext *pbc, const char *name, const int *subscripts, int32_t value, int32_t range_min, int32_t range_max) cbs_write_se_golomb() argument [all...] |
H A D | agm.c | 837 int ret, skip = 0, value, map; in decode_motion_vectors() local
|
H A D | vc1_block.c | 632 int last = 0, skip, value; in vc1_decode_i_block() local 512 vc1_decode_ac_coeff(VC1Context *v, int *last, int *skip, int *value, int codingset) vc1_decode_ac_coeff() argument 795 int last = 0, skip, value; vc1_decode_i_block_adv() local 993 int last = 0, skip, value; vc1_decode_intra_block() local 1124 int scale, off, idx, last, skip, value; vc1_decode_p_block() local [all...] |
H A D | vp56.h | 333 int value = 0; in vp56_rac_gets() local 344 int value = 0; in vp8_rac_get_uint() local [all...] |
H A D | vaapi_encode.c | 1296 unsigned int value; member [all...] |
H A D | opus_silk.c | 121 int j, value = nlsf[i]; in silk_stabilize_lsf() local 350 int cur, prev, next, weight_sq, weight, ipart, fpart, y, value; in silk_decode_lpc() local 488 int value = excitation[i]; in silk_decode_excitation() local [all...] |
H A D | opus_pvq.c | 192 float value[2]; in celt_stereo_merge() local
|
H A D | omx.c | 49 static OMX_TICKS to_omx_ticks(int64_t value) in to_omx_ticks() argument 56 static int64_t from_omx_ticks(OMX_TICKS value) in from_omx_ticks() argument
|
H A D | vp8.h | 258 uint32_t value; member
|
/third_party/curl/tests/server/ |
H A D | socksd.c | 165 static unsigned char byteval(char *value) in byteval() argument 171 static unsigned short shortval(char *value) in shortval() argument 196 char value[260]; in getconfig() local [all...] |
H A D | mqttd.c | 139 static unsigned char byteval(char *value) in byteval() argument 154 char value[32]; in getconfig() local [all...] |
/third_party/eudev/src/udev/ |
H A D | udevd.c | 990 static int parse_proc_cmdline_item(const char *key, const char *value) { in parse_proc_cmdline_item() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_dynaudnorm.c | 367 static inline double pow_2(const double value) in pow_2() argument
|
H A D | vf_datascope.c | 108 static void pick_color8(FFDrawContext *draw, FFDrawColor *color, AVFrame *in, int x, int y, int *value) in pick_color8() argument 126 static void pick_color16(FFDrawContext *draw, FFDrawColor *color, AVFrame *in, int x, int y, int *value) in pick_color16() argument 201 int value[4] = { 0 }, pp = 0; filter_color2() local 247 int value[4] = { 0 }, pp = 0; filter_color() local 290 int value[4] = { 0 }, pp = 0; filter_mono() local 624 int value[4] = { 0 }; pixscope_filter_frame() local 997 int value[4] = { 0 }; draw_scope() local [all...] |
H A D | af_astats.c | 383 uint8_t value[128]; in set_meta() local
|
H A D | vf_vif.c | 434 char value[257]; in set_meta() local
|
/third_party/ffmpeg/libavformat/ |
H A D | id3v2.c | 279 unsigned int value = (buffer[0] << 8) + buffer[1]; in decode_str() local [all...] |
H A D | rmdec.c | 1180 unsigned tag, type, len, tlen, value; in ivr_read_header() local
|
H A D | rtpdec.c | 972 char *value; in ff_parse_fmtp() local 964 ff_parse_fmtp(AVFormatContext *s, AVStream *stream, PayloadContext *data, const char *p, int (*parse_fmtp)(AVFormatContext *s, AVStream *stream, PayloadContext *data, const char *attr, const char *value)) ff_parse_fmtp() argument
|
H A D | wtvdec.c | 388 static int filetime_to_iso8601(char *buf, int buf_size, int64_t value) in filetime_to_iso8601() argument 404 static int crazytime_to_iso8601(char *buf, int buf_size, int64_t value) in crazytime_to_iso8601() argument 420 static int oledate_to_iso8601(char *buf, int buf_size, int64_t value) in oledate_to_iso8601() argument
|
H A D | wtvenc.c | 85 int64_t value; member 112 static void add_serial_pair(WtvSyncEntry ** list, int * count, int64_t serial, int64_t value) in add_serial_pair() argument 652 static void write_tag_int32(AVIOContext *pb, const char *key, int value) in write_tag_int32() argument 658 static void write_tag(AVIOContext *pb, const char *key, const char *value) in write_tag() argument [all...] |
H A D | ftp.c | 985 char *fact, *value; in ftp_parse_entry_mlsd() local [all...] |
H A D | nutenc.c | 508 static int add_info(AVIOContext *bc, const char *type, const char *value) in add_info() argument
|
/third_party/ffmpeg/libavutil/ |
H A D | eval.c | 98 double value; member 168 double value; // is sign in other types member 506 make_eval_expr(int type, int value, AVExpr *p0, AVExpr *p1) make_eval_expr() argument [all...] |