Home
last modified time | relevance | path

Searched refs:DECODER_OPTION_NUM_OF_THREADS (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp254 pDecoder->GetOption (DECODER_OPTION_NUM_OF_THREADS, &iThreadCount); in H264DecodeInstance()
628 pDecoder->SetOption (DECODER_OPTION_NUM_OF_THREADS, &iThreadCount);
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h171DECODER_OPTION_NUM_OF_THREADS, ///< number of decoding threads. The maximum thread count i… enumerator
/third_party/openh264/test/api/
DBaseThreadDecoderTest.cpp159 decoder_->SetOption (DECODER_OPTION_NUM_OF_THREADS, &iThreadCount); in SetUp()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp478 if (eOptID == DECODER_OPTION_NUM_OF_THREADS) { in SetOption()
581 if (DECODER_OPTION_NUM_OF_THREADS == eOptID) { in GetOption()