/third_party/ffmpeg/libavcodec/ |
H A D | notchlc.c | 81 unsigned reference_pos, match_length, delta, pos = 0; in lz4_decompress() local [all...] |
H A D | packet.h | 394 int64_t pos; ///< byte position in stream, -1 if unknown member
|
H A D | opus_rc.c | 317 int i = 1, val = FFABS(*value), pos = *value > 0; in ff_opus_rc_enc_laplace() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_deband.c | 150 const int pos = y * s->planewidth[0]; in deband_8_c() local 190 const int pos = y * s->planewidth[0]; in deband_8_coupling_c() local 255 const int pos = y * s->planewidth[0]; in deband_16_coupling_c() local 331 const int pos in deband_16_c() local [all...] |
H A D | vf_deshake.c | 194 int i, j, pos; in block_contrast() local 243 int pos; in find_motion() local [all...] |
H A D | vf_fillborders.c | 398 static int lerp8(int fill, int src, int pos, int size) in lerp8() argument 403 static int lerp16(int fill, int src, int pos, int size, int depth) in lerp16() argument
|
H A D | vf_signature.c | 139 static void set_bit(uint8_t* data, size_t pos) in set_bit() argument
|
/third_party/ffmpeg/libavdevice/ |
H A D | gdigrab.c | 470 POINT pos; in paint_mouse_pointer() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | dv.c | 50 int64_t pos; member 481 int64_t pos in dv_read_timecode() local 393 avpriv_dv_produce_packet(DVDemuxContext *c, AVPacket *pkt, uint8_t *buf, int buf_size, int64_t pos) avpriv_dv_produce_packet() argument 567 int64_t pos = avio_tell(s->pb); dv_read_packet() local [all...] |
H A D | gxf.c | 566 uint64_t pos; in gxf_seek() local 591 gxf_read_timestamp(AVFormatContext *s, int stream_index, int64_t *pos, int64_t pos_limit) gxf_read_timestamp() argument [all...] |
H A D | libssh.c | 250 static int64_t libssh_seek(URLContext *h, int64_t pos, int whence) in libssh_seek() argument
|
H A D | omadec.c | 146 unsigned int pos; in rprobe() local 182 uint64_t pos; in nprobe() local 329 int64_t pos = avio_tell(s->pb); read_packet() local 363 int64_t pos = avio_tell(s->pb); aal_read_packet() local [all...] |
H A D | wavenc.c | 530 static void start_guid(AVIOContext *pb, const uint8_t *guid, int64_t *pos) in start_guid() argument 540 int64_t end, pos = avio_tell(pb); in end_guid() local
|
H A D | avio.h | 239 int64_t pos; /**< position in the file of the current buffer */ member
|
H A D | avio.c | 428 int64_t ffurl_seek(URLContext *h, int64_t pos, int whence) in ffurl_seek() argument 607 int64_t pos, size; in ffurl_size() local
|
H A D | hdsenc.c | 205 static void update_size(AVIOContext *out, int64_t pos) in update_size() argument 303 int64_t pos = avio_tell(os->out); in close_file() local
|
H A D | ape.c | 44 int64_t pos; member [all...] |
H A D | async.c | 390 static int64_t async_seek(URLContext *h, int64_t pos, int whence) in async_seek() argument [all...] |
H A D | aaxdec.c | 99 static int64_t get_pts(AVFormatContext *s, int64_t pos, int size) in get_pts() argument
|
H A D | nut.h | 59 uint64_t pos; member
|
H A D | rtpdec_h264.c | 270 int pos = 0; in ff_h264_handle_frag_packet() local
|
H A D | seek.c | 118 int av_add_index_entry(AVStream *st, int64_t pos, int64_t timestamp, in av_add_index_entry() argument 287 int64_t pos_min = 0, pos_max = 0, pos, pos_limi in ff_seek_frame_binary() local 60 ff_add_index_entry(AVIndexEntry **index_entries, int *nb_index_entries, unsigned int *index_entries_allocated_size, int64_t pos, int64_t timestamp, int size, int distance, int flags) ff_add_index_entry() argument 353 ff_find_last_ts(AVFormatContext *s, int stream_index, int64_t *ts, int64_t *pos, int64_t (*read_timestamp_func)(struct AVFormatContext *, int , int64_t *, int64_t )) ff_find_last_ts() argument 399 int64_t pos, ts; ff_gen_search() local 498 seek_frame_byte(AVFormatContext *s, int stream_index, int64_t pos, int flags) seek_frame_byte() argument [all...] |
/third_party/curl/src/ |
H A D | tool_urlglob.c | 373 glob_parse(struct URLGlob *glob, char *pattern, size_t pos, curl_off_t *amount) glob_parse() argument [all...] |
/third_party/gn/src/base/json/ |
H A D | json_parser.cc | 128 JSONParser::StringBuilder::StringBuilder(const char* pos) in StringBuilder() argument 195 const char* JSONParser::pos() { in pos() function in base::internal::JSONParser
|
/third_party/gn/src/gn/ |
H A D | innerapis_publicinfo_generator.cc | 383 int pos = label.find(":");
in WritePublicConfigs() local 491 int pos = label_string.find(":");
in GeneratedInnerapiPublicInfo() local
|