Home | History | Annotate | Download | only in parser

Lines Matching refs:current_sc

113 	uint32 current_sc = parser->current_sc;
118 VTRACE ("current_sc = 0x%x profile_and_level_indication = 0x%x\n",
119 parser->current_sc, parser->info.profile_and_level_indication);
123 /* remove prefix from current_sc */
124 current_sc &= 0x0FF;
125 switch (current_sc)
139 if ((current_sc >= MP4_SC_VIDEO_OBJECT_LAYER_MIN) && (current_sc
143 } else if (current_sc <= MP4_SC_VIDEO_OBJECT_MAX) {