Home | History | Annotate | Download | only in parser

Lines Matching refs:chroma_format

381     ret_code |= viddec_pm_get_bits(parent, &parser->info.seq_ext.chroma_format, 2);
385 if ((ret_code != 1) || (parser->info.seq_ext.chroma_format == MPEG2_CF_RESERVED))
387 if (parser->info.seq_ext.chroma_format == MPEG2_CF_RESERVED)
395 parser->info.seq_ext.chroma_format = MPEG2_CF_420;