Home
last modified time | relevance | path

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

/external/opencore/protocols/sdp/common/include/
Dm4v_media_info.h29 int iFrameInterval; variable
36 iFrameInterval = -1; in m4v_mediaInfo()
44 setIFrameInterval(pSource.iFrameInterval); in m4v_mediaInfo()
53 setIFrameInterval(pSource.iFrameInterval);
66 iFrameInterval = IFI; in setIFrameInterval()
75 return iFrameInterval; in getIFrameInterval()
/external/opencore/engines/author/test/src/single_core/
Dpvaetestinput.h58 iFrameInterval = 0; in AVTConfig()
70 iFrameInterval = 0; in ~AVTConfig()
82 iFrameInterval = arATVConfig.iFrameInterval; in AVTConfig()
94 int iFrameInterval; variable
/external/opencore/nodes/pvmp4ffcomposernode/include/
Dpvmp4ffcn_settings.h52 iFrameInterval = 0; in PVMp4FFComposerNodeSettings()
74 uint32 iFrameInterval; variable
/external/opencore/engines/author/test/src/
Dpvaetest.cpp1442 … PV_atoi(pcPtr, '0', (uint32&)aAVTConfig.iFrameInterval); // atoi syntax has to be checked once in LoadVideoConfiguration()
2259 aAVTConfig.iFrameInterval = KVideoIFrameInterval; in RunCompressedTest()