• Home
  • Raw
  • Download

Lines Matching refs:startcode

654     guint32 startcode = GST_READ_UINT32_BE (data);  in gst_vc1_parse_detect()
656 if ((startcode & 0xffffff00) == 0x00000100) { in gst_vc1_parse_detect()
670 guint32 startcode; in gst_vc1_parse_detect() local
673 startcode = GST_READ_UINT32_BE (data + 36); in gst_vc1_parse_detect()
674 if ((startcode & 0xffffff00) == 0x00000100) { in gst_vc1_parse_detect()
1096 gst_vc1_parse_handle_bdu (GstVC1Parse * vc1parse, GstVC1StartCode startcode, in gst_vc1_parse_handle_bdu() argument
1099 GST_DEBUG_OBJECT (vc1parse, "Handling BDU with startcode 0x%02x", startcode); in gst_vc1_parse_handle_bdu()
1101 switch (startcode) { in gst_vc1_parse_handle_bdu()
1336 GstVC1StartCode startcode; in gst_vc1_parse_handle_frame() local
1340 startcode = data[3]; in gst_vc1_parse_handle_frame()
1342 if (startcode != GST_VC1_SEQUENCE) { in gst_vc1_parse_handle_frame()
1349 } else if (startcode != GST_VC1_ENTRYPOINT in gst_vc1_parse_handle_frame()
1360 if (!gst_vc1_parse_handle_bdu (vc1parse, startcode, buffer, 4, size - 4)) { in gst_vc1_parse_handle_frame()
1384 guint32 startcode = GST_READ_UINT32_BE (data + 4); in gst_vc1_parse_handle_frame() local
1386 startcodes = ((startcode & 0xffffff00) == 0x00000100); in gst_vc1_parse_handle_frame()
1445 guint32 startcode = GST_READ_UINT32_BE (data + 8); in gst_vc1_parse_handle_frame() local
1447 startcodes = ((startcode & 0xffffff00) == 0x00000100); in gst_vc1_parse_handle_frame()
1576 guint32 startcode; in gst_vc1_parse_convert_asf_to_bdu() local
1592 startcode = GST_READ_UINT32_BE (sc_data); in gst_vc1_parse_convert_asf_to_bdu()
1593 if (((startcode & 0xffffff00) == 0x00000100)) { in gst_vc1_parse_convert_asf_to_bdu()
1636 guint32 startcode; in gst_vc1_parse_convert_to_frame_layer() local
1685 startcode = GST_READ_UINT32_BE (sc_data); in gst_vc1_parse_convert_to_frame_layer()
1686 if (((startcode & 0xffffff00) == 0x00000100)) { in gst_vc1_parse_convert_to_frame_layer()