Home
last modified time | relevance | path

Searched refs:trackFormatSecond (Results 1 - 1 of 1) sorted by relevance

/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dproc_test.cpp1107 static OH_AVFormat *trackFormatSecond = nullptr; in HWTEST_F() local
1127 trackFormatSecond = OH_AVSource_GetTrackFormat(source, 1); in HWTEST_F()
1128 ASSERT_NE(trackFormatSecond, nullptr); in HWTEST_F()
1131 ASSERT_TRUE(OH_AVFormat_GetBuffer(trackFormatSecond, OH_MD_KEY_CODEC_CONFIG, &codecConfig, &bufferSize)); in HWTEST_F()
1132 ASSERT_TRUE(OH_AVFormat_GetDoubleValue(trackFormatSecond, OH_MD_KEY_FRAME_RATE, &frameRate)); in HWTEST_F()
1134 ASSERT_TRUE(OH_AVFormat_GetIntValue(trackFormatSecond, OH_MD_KEY_ROTATION, &rotation)); in HWTEST_F()
1147 OH_AVFormat_Destroy(trackFormatSecond); in HWTEST_F()
1148 trackFormatSecond = nullptr; in HWTEST_F()

Completed in 4 milliseconds