Searched refs:scan_for_start_codes (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gstmpegvideoparser.c | 193 scan_for_start_codes (const GstByteReader * reader, guint offset, guint size) in scan_for_start_codes() function 256 off = scan_for_start_codes (&br, 0, size); in gst_mpeg_video_parse() 275 off = scan_for_start_codes (&br, 0, size); in gst_mpeg_video_parse()
|
D | nalutils.h | 197 gint scan_for_start_codes (const guint8 * data, guint size);
|
D | nalutils.c | 299 scan_for_start_codes (const guint8 * data, guint size) in scan_for_start_codes() function
|
D | gstvc1parser.c | 685 scan_for_start_codes (const guint8 * data, guint size) in scan_for_start_codes() function 1683 off1 = scan_for_start_codes (data, size); in gst_vc1_identify_next_bdu() 1702 off2 = scan_for_start_codes (data + bdu->offset, size - bdu->offset); in gst_vc1_identify_next_bdu()
|
D | gsth264parser.c | 1446 off1 = scan_for_start_codes (data + offset, size - offset); in gst_h264_parser_identify_nalu_unchecked() 1514 off2 = scan_for_start_codes (data + nalu->offset, size - nalu->offset); in gst_h264_parser_identify_nalu()
|
D | gsth265parser.c | 1408 off1 = scan_for_start_codes (data + offset, size - offset); in gst_h265_parser_identify_nalu_unchecked() 1480 off2 = scan_for_start_codes (data + nalu->offset, size - nalu->offset); in gst_h265_parser_identify_nalu()
|