Searched refs:startcode (Results 1 – 2 of 2) sorted by relevance
141 u32 startcode; in extension_and_user_data() local144 startcode = show_bits_long(gb, 32); in extension_and_user_data()145 if (startcode == USER_DATA_STARTCODE || startcode == EXT_STARTCODE) { in extension_and_user_data()146 if ((id == 2 || id == 4) && startcode == EXT_STARTCODE) { in extension_and_user_data()1083 unsigned startcode, v; in ff_mpeg4_decode_picture_header() local1105 startcode = 0xff; in ff_mpeg4_decode_picture_header()1117 startcode = ((startcode << 8) | v) & 0xffffffff; in ff_mpeg4_decode_picture_header()1119 if ((startcode & 0xFFFFFF00) != 0x100) in ff_mpeg4_decode_picture_header()1123 v4l_dbg(0, V4L_DEBUG_CODEC_PARSER, "startcode: %3X \n", startcode); in ff_mpeg4_decode_picture_header()1124 if (startcode <= 0x11F) in ff_mpeg4_decode_picture_header()[all …]
2407 void check_type(int startcode) in check_type() argument2409 startcode = startcode & 0x000000ff; in check_type()2410 switch (startcode) { in check_type()