OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iVideoSourceYUVFileSettings
(Results
1 - 2
of
2
) sorted by null
/external/opencore/engines/2way/test/src/
test_engine.cpp
483
iVideoSourceYUVFileSettings
.iMediaFormat = PVMF_MIME_YUV420;
484
iVideoSourceYUVFileSettings
.iLoopInputFile = true;
485
iVideoSourceYUVFileSettings
.iFileName = VIDEO_SOURCE_YUV_FILENAME;
486
iVideoSourceYUVFileSettings
.iTimescale = 1000;
487
iVideoSourceYUVFileSettings
.iFrameHeight = 144;
488
iVideoSourceYUVFileSettings
.iFrameWidth = 176;
489
iVideoSourceYUVFileSettings
.iFrameRate = 5;
490
iVideoSourceYUVIOControl = PvmiMIOFileInputFactory::Create(
iVideoSourceYUVFileSettings
);
/external/opencore/engines/2way/test/include/
test_engine.h
344
PvmiMIOFileInputSettings
iVideoSourceYUVFileSettings
;
Completed in 412 milliseconds