Home
last modified time | relevance | path

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

/third_party/openh264/test/api/
Ddecode_api_test.cpp271 decoder_->GetOption (DECODER_OPTION_TEMPORAL_ID, &iTid); in TEST_P()
278 decoder_->GetOption (DECODER_OPTION_TEMPORAL_ID, &iTid); in TEST_P()
342 decoder_->GetOption (DECODER_OPTION_TEMPORAL_ID, &iTid); in TEST_P()
347 decoder_->GetOption (DECODER_OPTION_TEMPORAL_ID, &iTid); in TEST_P()
398 decoder_->GetOption (DECODER_OPTION_TEMPORAL_ID, &iTid); in TEST_P()
403 decoder_->GetOption (DECODER_OPTION_TEMPORAL_ID, &iTid); in TEST_P()
Ddecoder_ec_test.cpp714 decoder_->GetOption (DECODER_OPTION_TEMPORAL_ID, &iTid); in TEST_F()
720 decoder_->GetOption (DECODER_OPTION_TEMPORAL_ID, &iTid); in TEST_F()
798 decoder_->GetOption (DECODER_OPTION_TEMPORAL_ID, &iTid); in TEST_F()
808 decoder_->GetOption (DECODER_OPTION_TEMPORAL_ID, &iTid); in TEST_F()
Dencode_decode_api_test.cpp207 pDecoder->GetOption (DECODER_OPTION_TEMPORAL_ID, &temple_id); in IsKeyFrameLost()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h154 DECODER_OPTION_TEMPORAL_ID, ///< feedback temporal id for application layer enumerator
/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp379 pDecoder->GetOption (DECODER_OPTION_TEMPORAL_ID, &iFeedbackTidInAu); in H264DecodeInstance()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp620 …} else if (DECODER_OPTION_TEMPORAL_ID == eOptID) { //if have VCL NAL in current AU, then feedback … in GetOption()