Home
last modified time | relevance | path

Searched defs:SampleInfo (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/common/include/
H A Dsample_info.h112 struct SampleInfo { struct
114 std::string inputFilePath;
116 int32_t videoWidth = 1280;
117 int32_t videoHeight = 720;
122 int32_t frameInterval = -1;
125 int32_t demoRepeatTimes = 1;
127 bool needDumpInput = false;
128 bool needDumpOutput = false;
130 uint32_t bitrateMode = CBR;
133 int64_t videoDuration = 0;
[all …]