Home
last modified time | relevance | path

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

/third_party/openh264/test/api/
DBaseDecoderTest.cpp179 decoder_->GetOption (DECODER_OPTION_NUM_OF_FRAMES_REMAINING_IN_BUFFER, &num_of_frames_in_buffer); in DecodeFile()
DBaseThreadDecoderTest.cpp300 decoder_->GetOption (DECODER_OPTION_NUM_OF_FRAMES_REMAINING_IN_BUFFER, &num_of_frames_in_buffer); in ThreadDecodeFile()
Dencode_options_test.cpp1038 …decoder[iIdx]->GetOption (DECODER_OPTION_NUM_OF_FRAMES_REMAINING_IN_BUFFER, &num_of_frames_in_buff… in TEST_F()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h170DECODER_OPTION_NUM_OF_FRAMES_REMAINING_IN_BUFFER, ///< number of frames remaining in decoder buff… enumerator
/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp185 pDecoder->GetOption (DECODER_OPTION_NUM_OF_FRAMES_REMAINING_IN_BUFFER, &num_of_frames_in_buffer); in FlushFrames()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp678 } else if (DECODER_OPTION_NUM_OF_FRAMES_REMAINING_IN_BUFFER == eOptID) { in GetOption()