Home
last modified time | relevance | path

Searched refs:DECODER_OPTION_TRACE_LEVEL (Results 1 – 9 of 9) sorted by relevance

/third_party/openh264/test/api/
Ddecode_api_test.cpp28 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 …]
Dltr_test.cpp25 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()
Ddecoder_ec_test.cpp41 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()
Dencode_options_test.cpp1378 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P()
/third_party/ffmpeg/libavcodec/
Dlibopenh264dec.c69 (*s->decoder)->SetOption(s->decoder, DECODER_OPTION_TRACE_LEVEL, &log_level); in svc_decode_init()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h160 DECODER_OPTION_TRACE_LEVEL, enumerator
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264dec.cpp172 openh264dec->decoder->SetOption (DECODER_OPTION_TRACE_LEVEL, &log_level); in gst_openh264dec_start()
/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp624 pDecoder->SetOption (DECODER_OPTION_TRACE_LEVEL, &iLevelSetting);
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp502 if (pDecContext == NULL && eOptID != DECODER_OPTION_TRACE_LEVEL && in SetOption()
536 } else if (eOptID == DECODER_OPTION_TRACE_LEVEL) { in SetOption()