Home
last modified time | relevance | path

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

/third_party/openh264/codec/api/svc/
Dcodec_app_def.h796 int iCurrentActivePpsId; ///< current active PPS id member
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp982 sDecoderStatistics.iCurrentActivePpsId); in OutputStatisticsLog()
/third_party/openh264/test/api/
Ddecode_api_test.cpp1062 EXPECT_EQ (sDecStat.iCurrentActivePpsId, 0); in TEST_F()
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp856 pDecoderStatistics->iCurrentActivePpsId = pPps->iPpsId; in UpdateDecoderStatisticsForActiveParaset()