Searched refs:DECODER_OPTION_TEMPORAL_ID (Results 1 – 6 of 6) sorted by relevance
/third_party/openh264/test/api/ |
D | decode_api_test.cpp | 271 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()
|
D | decoder_ec_test.cpp | 714 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()
|
D | encode_decode_api_test.cpp | 207 pDecoder->GetOption (DECODER_OPTION_TEMPORAL_ID, &temple_id); in IsKeyFrameLost()
|
/third_party/openh264/codec/api/svc/ |
D | codec_app_def.h | 154 DECODER_OPTION_TEMPORAL_ID, ///< feedback temporal id for application layer enumerator
|
/third_party/openh264/codec/console/dec/src/ |
D | h264dec.cpp | 379 pDecoder->GetOption (DECODER_OPTION_TEMPORAL_ID, &iFeedbackTidInAu); in H264DecodeInstance()
|
/third_party/openh264/codec/decoder/plus/src/ |
D | welsDecoderExt.cpp | 620 …} else if (DECODER_OPTION_TEMPORAL_ID == eOptID) { //if have VCL NAL in current AU, then feedback … in GetOption()
|