Home
last modified time | relevance | path

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

/third_party/openh264/test/api/
Dencode_decode_api_test.cpp205 int temple_id = -1; in IsKeyFrameLost() local
207 pDecoder->GetOption (DECODER_OPTION_TEMPORAL_ID, &temple_id); in IsKeyFrameLost()
209 if (m_P2PmodeFlag && temple_id == 0) { in IsKeyFrameLost()
224 } else if (((hr & dsRefLost) && (1 == temple_id)) || ((dsErrorFree != hr) && (0 == temple_id))) { in IsKeyFrameLost()