Home
last modified time | relevance | path

Searched refs:kUnsupportedStream (Results 1 – 3 of 3) sorted by relevance

/external/v4l2_codec2/vda/
Dh264_parser.cc1041 return kUnsupportedStream; in ParsePPS()
1270 return kUnsupportedStream; in ParseDecRefPicMarking()
1307 return kUnsupportedStream; in ParseSliceHeader()
1315 return kUnsupportedStream; in ParseSliceHeader()
1373 return kUnsupportedStream; in ParseSliceHeader()
1422 return kUnsupportedStream; in ParseSliceHeader()
Dh264_parser.h351 kUnsupportedStream, // stream not supported by the parser enumerator
Dv4l2_video_decode_accelerator.cc652 result == H264Parser::kUnsupportedStream) in AdvanceFrameFragment()