Home
last modified time | relevance | path

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

/test/xts/acts/multimedia/media/media_cpp_standard/videoDecEncNdk/src/
DActsVideoDecEncNdkTest.cpp132 OH_AVFormat *VideoFormat = OH_AVFormat_Create(); variable
133 ASSERT_NE(nullptr, VideoFormat);
139 ASSERT_EQ(true, SetFormat(VideoFormat, VideoParam));
140 OH_AVFormat_SetIntValue(VideoFormat, OH_MD_KEY_TRACK_TYPE, MEDIA_TYPE_VID);
141 OH_AVFormat_SetDoubleValue(VideoFormat, OH_MD_KEY_FRAME_RATE, DEFAULT_FRAMERATE);
143 ASSERT_EQ(AV_ERR_OK, vDecEncSample->ConfigureDec(VideoFormat));
148 ASSERT_EQ(AV_ERR_OK, vDecEncSample->ConfigureEnc(VideoFormat));
166 OH_AVFormat_Destroy(VideoFormat);
167 VideoFormat = nullptr;
191 OH_AVFormat *VideoFormat = createFormat(); variable
[all …]