Home
last modified time | relevance | path

Searched defs:startcode (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtpdec_h263.c33 int startcode, vrc, picture_header, ret; in ff_h263_handle_packet() local
Dmpeg.c237 int len, size, startcode, c, flags, header_len; in mpegps_read_pes_header() local
485 int len, startcode, i, es_type, ret; in mpegps_read_packet() local
662 int len, startcode; in mpegps_read_dts() local
964 int n, to_read, startcode; in vobsub_read_packet() local
Dnutdec.c91 int calculate_checksum, uint64_t startcode) in get_packetheader()
144 uint64_t startcode = find_any_startcode(bc, pos); in find_startcode() local
848 uint64_t startcode = find_any_startcode(bc, pos); in nut_read_header() local
Dgxf.c90 static const uint8_t startcode[] = {0, 0, 0, 0, 1, 0xbc}; // start with map packet in gxf_probe() local
Dmpegenc.c644 int size, payload_size, startcode, id, stuffing_size, header_len; in flush_packet() local
Dnutenc.c351 uint64_t startcode) in put_packet()
/third_party/ffmpeg/libavcodec/
Dmpeg4_unpack_bframes_bsf.c35 uint32_t startcode; in scan_buffer() local
Dh261dec.c494 uint32_t startcode = 0; in h261_decode_picture_header() local
Dituh263dec.c1091 uint32_t startcode; in ff_h263_decode_picture_header() local
Dmpeg4videodec.c2273 uint32_t startcode; in extension_and_user_data() local
3313 unsigned startcode, v; in ff_mpeg4_decode_picture_header() local
Dmpegvideo_enc.c2701 static void update_mb_info(MpegEncContext *s, int startcode) in update_mb_info()
/third_party/pcre2/pcre2/src/
Dpcre2_study.c104 PCRE2_SPTR startcode, BOOL utf, recurse_check *recurses, int *countptr, in find_minlength()