Searched defs:cur_byte (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | tedcaptionsdec.c | 70 static void next_byte(AVIOContext *pb, int *cur_byte) in next_byte() 77 static void skip_spaces(AVIOContext *pb, int *cur_byte) in skip_spaces() 84 static int expect_byte(AVIOContext *pb, int *cur_byte, uint8_t c) in expect_byte() 93 static int parse_string(AVIOContext *pb, int *cur_byte, AVBPrint *bp, int full) in parse_string() 131 static int parse_label(AVIOContext *pb, int *cur_byte, AVBPrint *bp) in parse_label() 145 static int parse_boolean(AVIOContext *pb, int *cur_byte, int *result) in parse_boolean() 167 static int parse_int(AVIOContext *pb, int *cur_byte, int64_t *result) in parse_int() 186 int ret, cur_byte, start_of_par; in parse_file() local
|
/third_party/ffmpeg/libavcodec/ |
D | dnxhd_parser.c | 32 int cur_byte; member
|
D | cyuv.c | 82 unsigned char cur_byte; in cyuv_decode_frame() local
|
/third_party/gn/src/gn/ |
D | tokenizer.cc | 166 size_t cur_byte = 0; in ByteOffsetOfNthLine() local
|
/third_party/mbedtls/library/ |
D | asn1write.c | 307 const unsigned char *cur_byte; in mbedtls_asn1_write_named_bitstring() local
|