Home
last modified time | relevance | path

Searched refs:NAL_SEI (Results 1 – 6 of 6) sorted by relevance

/third_party/openh264/codec/api/svc/
Dcodec_def.h99 NAL_SEI = 6, ///< ref_idc == 0 enumerator
/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()
/third_party/ffmpeg/libavcodec/
Dlibxavs.c410 if (nal[i].i_type == NAL_SEI) { in XAVS_init()
Dlibx264.c964 if (nal[i].i_type == NAL_SEI) { in X264_init()
/third_party/weston/libweston/backend-drm/
Dvaapi-recorder.c60 #define NAL_SEI 6 macro