Home
last modified time | relevance | path

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

/third_party/openh264/codec/api/svc/
Dcodec_def.h98 NAL_SLICE_IDR = 5, ///< ref_idc != 0 enumerator
119 ( (eNalRefIdc == NAL_PRIORITY_HIGHEST) && (eNalType == NAL_SLICE_IDR) )
/third_party/openh264/test/api/
Dencode_decode_api_test.template90 || (kiFirstNalType == NAL_SLICE_IDR) || (kiFirstNalType == NAL_SEI));
Dencode_options_test.cpp1134 || (kiFirstNalType == NAL_SLICE_IDR) || (kiFirstNalType == NAL_SEI)); in TEST_F()
1525 || (kiFirstNalType == NAL_SLICE_IDR) || (kiFirstNalType == NAL_SEI)); in TEST_F()