Home | History | Annotate | Download | only in parser

Lines Matching refs:sc

72     uint32_t sc=0x0;
78 ret = viddec_pm_peek_bits(parent, &sc, 32);
79 if ((sc > 0x0100) && (sc < 0x0200)) /* a Start code will be in this range. */
81 ret = viddec_pm_get_bits(parent, &sc, 32);
87 sc = vc1_SCFrameHeader;
90 ret = viddec_pm_get_bits(parent, &sc, 32);
92 sc = sc & 0xFF;
93 parser->is_frame_start = (sc == vc1_SCFrameHeader);
94 DEB("START_CODE = %02x\n", sc);
95 switch( sc )
223 status = vc1_ParseAndAppendUserData(parent, sc); //parse and add items
240 default: /* Any other SC that is not handled */
242 DEB("SC = %02x - unhandled\n", sc );
250 if( vc1_is_frame_start_code( sc ) ) {
308 DEB("sc: 0x%x, sc_seen: 0x%x, sc_since_last_wkld:%d, error:%d, ret: %d\n",