Home
last modified time | relevance | path

Searched refs:start_code (Results 1 – 25 of 84) sorted by relevance

1234

/third_party/ffmpeg/libavformat/
Drtpenc_mpv.c54 int start_code; in ff_rtp_send_mpegvideo() local
58 start_code = -1; in ff_rtp_send_mpegvideo()
59 r = avpriv_find_start_code(r1, end, &start_code); in ff_rtp_send_mpegvideo()
60 if((start_code & 0xFFFFFF00) == 0x100) { in ff_rtp_send_mpegvideo()
62 if (start_code == 0x100) { in ff_rtp_send_mpegvideo()
66 if (start_code == 0x1B8) { in ff_rtp_send_mpegvideo()
/third_party/ffmpeg/libavcodec/
Dcbs_mpeg2.c149 uint32_t start_code = -1; in cbs_mpeg2_split_fragment() local
154 &start_code); in cbs_mpeg2_split_fragment()
155 if (start_code >> 8 != 0x000001) { in cbs_mpeg2_split_fragment()
161 unit_type = start_code & 0xff; in cbs_mpeg2_split_fragment()
168 start_code = 0; in cbs_mpeg2_split_fragment()
172 &start_code); in cbs_mpeg2_split_fragment()
178 if (start_code >> 8 == 0x000001) { in cbs_mpeg2_split_fragment()
240 #define START(start_code, type, read_func, free_func) \ in cbs_mpeg2_read_unit() argument
241 case start_code: \ in cbs_mpeg2_read_unit()
277 #define START(start_code, type, func) \ in cbs_mpeg2_write_header() argument
[all …]
Dmpegvideo_parser.c41 uint32_t start_code; in mpegvideo_extract_headers() local
56 start_code= -1; in mpegvideo_extract_headers()
57 buf= avpriv_find_start_code(buf, buf_end, &start_code); in mpegvideo_extract_headers()
59 switch(start_code) { in mpegvideo_extract_headers()
151 if (start_code >= SLICE_MIN_START_CODE && in mpegvideo_extract_headers()
152 start_code <= SLICE_MAX_START_CODE) in mpegvideo_extract_headers()
Dmxpegdec.c193 int start_code; in mxpeg_decode_frame() local
205 start_code = ff_mjpeg_find_marker(jpg, &buf_ptr, buf_end, in mxpeg_decode_frame()
207 if (start_code < 0) in mxpeg_decode_frame()
212 if (start_code >= APP0 && start_code <= APP15) { in mxpeg_decode_frame()
216 switch (start_code) { in mxpeg_decode_frame()
Dmjpegbdec.c90 s->start_code = DQT; in mjpegb_decode_frame()
100 s->start_code = DHT; in mjpegb_decode_frame()
108 s->start_code = SOF0; in mjpegb_decode_frame()
121 s->start_code = SOS; in mjpegb_decode_frame()
Dmjpegdec.c139 s->start_code = -1; in ff_mjpeg_decode_init()
1962 if (s->start_code == APP3 && id == AV_RB32("_JPS") && len >= 10) { in mjpeg_decode_app()
2002 if (s->start_code == APP1 && id == AV_RB32("Exif") && len >= 2) { in mjpeg_decode_app()
2037 if ((s->start_code == APP1) && (len > (0x28 - 8))) { in mjpeg_decode_app()
2057 if (s->start_code == APP2 && id == AV_RB32("ICC_") && len >= 10) { in mjpeg_decode_app()
2202 int start_code; in ff_mjpeg_find_marker() local
2203 start_code = find_marker(buf_ptr, buf_end); in ff_mjpeg_find_marker()
2210 if (start_code == SOS && !s->ls) { in ff_mjpeg_find_marker()
2267 } else if (start_code == SOS && s->ls) { in ff_mjpeg_find_marker()
2314 return start_code; in ff_mjpeg_find_marker()
[all …]
Dvideotoolboxenc.c190 static const uint8_t start_code[] = { 0, 0, 0, 1 }; variable
472 total_size += ps_size + sizeof(start_code); in get_params_size()
527 next_offset = offset + sizeof(start_code) + ps_size; in copy_param_sets()
533 memcpy(dst + offset, start_code, sizeof(start_code)); in copy_param_sets()
534 offset += sizeof(start_code); in copy_param_sets()
1809 memcpy(dst_data, start_code, sizeof(start_code)); in copy_replace_length_codes()
1810 dst_data += sizeof(start_code); in copy_replace_length_codes()
1811 remaining_dst_size -= sizeof(start_code); in copy_replace_length_codes()
1840 curr_dst_len = box_len + sizeof(start_code); in copy_replace_length_codes()
1850 dst_box = dst_data + sizeof(start_code); in copy_replace_length_codes()
[all …]
/third_party/skia/third_party/externals/harfbuzz/util/
Dhb-subset.cc198 hb_codepoint_t start_code = strtoul (s, &p, 10); in parse_gids() local
217 if (end_code < start_code) in parse_gids()
220 "Invalid glyph-index range %u-%u", start_code, end_code); in parse_gids()
224 hb_set_add_range (gids, start_code, end_code); in parse_gids()
226 hb_set_del_range (gids, start_code, end_code); in parse_gids()
231 hb_set_add (gids, start_code); in parse_gids()
233 hb_set_del (gids, start_code); in parse_gids()
368 hb_codepoint_t start_code = strtoul (s, &p, 16); in parse_unicodes() local
387 if (end_code < start_code) in parse_unicodes()
390 "Invalid Unicode range %u-%u", start_code, end_code); in parse_unicodes()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dgstpesfilter.c114 guint32 start_code; in gst_pes_filter_parse() local
132 start_code = GST_READ_UINT32_BE (data); in gst_pes_filter_parse()
133 if (!gst_pes_filter_is_sync (start_code)) in gst_pes_filter_parse()
136 filter->start_code = start_code; in gst_pes_filter_parse()
146 filter->length, avail, filter->start_code); in gst_pes_filter_parse()
156 ((filter->start_code & 0xFFFFFFF0) == PACKET_VIDEO_START_CODE || in gst_pes_filter_parse()
157 filter->start_code == ID_EXTENDED_STREAM_ID || in gst_pes_filter_parse()
192 switch (filter->start_code) { in gst_pes_filter_parse()
/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/
Dgstpesfilter.c114 guint32 start_code; in gst_pes_filter_parse() local
132 start_code = GST_READ_UINT32_BE (data); in gst_pes_filter_parse()
133 if (!gst_pes_filter_is_sync (start_code)) in gst_pes_filter_parse()
136 filter->start_code = start_code; in gst_pes_filter_parse()
146 filter->length, avail, filter->start_code); in gst_pes_filter_parse()
156 ((filter->start_code & 0xFFFFFFF0) == PACKET_VIDEO_START_CODE || in gst_pes_filter_parse()
157 filter->start_code == ID_EXTENDED_STREAM_ID || in gst_pes_filter_parse()
192 switch (filter->start_code) { in gst_pes_filter_parse()
/third_party/musl/arch/s390x/bits/
Duser.h50 unsigned long start_code, start_stack; member
60 #define HOST_TEXT_START_ADDR (u.start_code)
/third_party/musl/arch/m68k/bits/
Duser.h21 unsigned long u_tsize, u_dsize, u_ssize, start_code, start_stack; member
37 #define HOST_TEXT_START_ADDR (u.start_code)
/third_party/musl/arch/x32/bits/
Duser.h26 unsigned long start_code; member
40 #define HOST_TEXT_START_ADDR (u.start_code)
/third_party/musl/arch/i386/bits/
Duser.h29 unsigned long start_code; member
43 #define HOST_TEXT_START_ADDR (u.start_code)
/third_party/musl/arch/x86_64/bits/
Duser.h26 unsigned long start_code; member
40 #define HOST_TEXT_START_ADDR (u.start_code)
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_mpeg4.c155 memset(context->mpeg4.start_code, 0, sizeof(context->mpeg4.start_code)); in vlVaDecoderFixMPEG4Startcode()
174 memcpy(context->mpeg4.start_code, group_of_vop, sizeof(group_of_vop)); in vlVaDecoderFixMPEG4Startcode()
207 memcpy(context->mpeg4.start_code + context->mpeg4.start_code_size, vop, vop_size); in vlVaDecoderFixMPEG4Startcode()
/third_party/pcre2/pcre2/src/
Dpcre2_dfa_match.c547 PCRE2_SPTR start_code = mb->start_code; in internal_dfa_match() local
640 int bstate = (int)(end_code - start_code + 1 + LINK_SIZE + revlen); in internal_dfa_match()
678 ADD_NEW((int)(end_code - start_code + length), 0); in internal_dfa_match()
787 code = start_code + state_offset; in internal_dfa_match()
909 ADD_ACTIVE((int)(code - start_code), 0); in internal_dfa_match()
917 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match()
926 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE + IMM2_SIZE), 0); in internal_dfa_match()
930 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match()
941 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match()
948 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match()
[all …]
/third_party/musl/arch/mips/bits/
Duser.h4 unsigned long start_code, start_data, start_stack; member
/third_party/musl/arch/mips64/bits/
Duser.h4 unsigned long long start_code, start_data, start_stack; member
/third_party/musl/arch/mipsn32/bits/
Duser.h4 unsigned long long start_code, start_data, start_stack; member
/third_party/musl/porting/uniproton/kernel/include/bits/
Duser.h27 unsigned long start_code, start_stack; member
/third_party/musl/arch/arm/bits/
Duser.h27 unsigned long start_code, start_stack; member
/third_party/musl/porting/liteos_m/kernel/include/bits/
Duser.h27 unsigned long start_code, start_stack; member
/third_party/musl/arch/powerpc/bits/
Duser.h7 unsigned long start_code, start_data, start_stack; member
/third_party/musl/arch/powerpc64/bits/
Duser.h7 unsigned long start_code, start_data, start_stack; member

1234