Home | History | Annotate | Download | only in src

Lines Matching refs:pic_flags

1289     if (((pBuffer->pic_flags).bits.profile != 0) || /* Only "0 - Baseline" is supported */
1290 ((pBuffer->pic_flags).bits.progressive != 0) || /* Only "0 - sequential" is supported */
1291 ((pBuffer->pic_flags).bits.huffman != 1) || /* Only "1 - huffman" is supported */
1292 ((pBuffer->pic_flags).bits.interleaved != 0) || /* Only "0 - non interleaved" is supported */
1293 ((pBuffer->pic_flags).bits.differential != 0)) /* Only "0 - non differential" is supported */