Home
last modified time | relevance | path

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

/external/opencore/engines/adapters/player/framemetadatautility/test/src/
Dtest_pv_frame_metadata_utility.cpp624 void FindMemMgmtRelatedCmdLineParams(cmd_line* command_line, bool& aPrintDetailedMemLeakInfo, FILE*… in FindMemMgmtRelatedCmdLineParams() argument
626 aPrintDetailedMemLeakInfo = false; in FindMemMgmtRelatedCmdLineParams()
665 aPrintDetailedMemLeakInfo = true; in FindMemMgmtRelatedCmdLineParams()
/external/opencore/engines/author/test/src/
Dpvaetest.cpp1277 void FindMemMgmtRelatedCmdLineParams(cmd_line* aCommandLine, bool& aPrintDetailedMemLeakInfo, FILE*… in FindMemMgmtRelatedCmdLineParams() argument
1279 aPrintDetailedMemLeakInfo = false; in FindMemMgmtRelatedCmdLineParams()
1318 aPrintDetailedMemLeakInfo = true; in FindMemMgmtRelatedCmdLineParams()
/external/opencore/engines/player/test/src/
Dtest_pv_player_engine.cpp1300 void FindMemMgmtRelatedCmdLineParams(cmd_line* command_line, bool& aPrintDetailedMemLeakInfo, FILE*… in FindMemMgmtRelatedCmdLineParams() argument
1302 aPrintDetailedMemLeakInfo = false; in FindMemMgmtRelatedCmdLineParams()
1341 aPrintDetailedMemLeakInfo = true; in FindMemMgmtRelatedCmdLineParams()
1784 int _local_main(FILE *filehandle, cmd_line *command_line, bool& aPrintDetailedMemLeakInfo) in _local_main() argument
1821 FindMemMgmtRelatedCmdLineParams(command_line, aPrintDetailedMemLeakInfo, filehandle); in _local_main()