Searched refs:DECODER_OPTION_TRACE_LEVEL (Results 1 – 9 of 9) sorted by relevance
/third_party/openh264/test/api/ |
D | decode_api_test.cpp | 28 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P() 64 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P() 103 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P() 152 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P() 199 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P() 244 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P() 317 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P() 373 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P() 433 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P() 457 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P() [all …]
|
D | ltr_test.cpp | 25 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P() 74 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P() 123 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P()
|
D | decoder_ec_test.cpp | 41 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P() 97 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P() 168 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P() 240 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_F() 378 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_F() 510 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_F() 683 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_F() 750 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_F()
|
D | encode_options_test.cpp | 1378 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P()
|
/third_party/ffmpeg/libavcodec/ |
D | libopenh264dec.c | 69 (*s->decoder)->SetOption(s->decoder, DECODER_OPTION_TRACE_LEVEL, &log_level); in svc_decode_init()
|
/third_party/openh264/codec/api/svc/ |
D | codec_app_def.h | 160 DECODER_OPTION_TRACE_LEVEL, enumerator
|
/third_party/gstreamer/gstplugins_bad/ext/openh264/ |
D | gstopenh264dec.cpp | 172 openh264dec->decoder->SetOption (DECODER_OPTION_TRACE_LEVEL, &log_level); in gst_openh264dec_start()
|
/third_party/openh264/codec/console/dec/src/ |
D | h264dec.cpp | 624 pDecoder->SetOption (DECODER_OPTION_TRACE_LEVEL, &iLevelSetting);
|
/third_party/openh264/codec/decoder/plus/src/ |
D | welsDecoderExt.cpp | 502 if (pDecContext == NULL && eOptID != DECODER_OPTION_TRACE_LEVEL && in SetOption() 536 } else if (eOptID == DECODER_OPTION_TRACE_LEVEL) { in SetOption()
|