Searched refs:trackFormatSecond (Results 1 – 1 of 1) sorted by relevance
1107 static OH_AVFormat *trackFormatSecond = nullptr; variable1127 trackFormatSecond = OH_AVSource_GetTrackFormat(source, 1);1128 ASSERT_NE(trackFormatSecond, nullptr);1131 …ASSERT_TRUE(OH_AVFormat_GetBuffer(trackFormatSecond, OH_MD_KEY_CODEC_CONFIG, &codecConfig, &buffer…1132 ASSERT_TRUE(OH_AVFormat_GetDoubleValue(trackFormatSecond, OH_MD_KEY_FRAME_RATE, &frameRate));1134 ASSERT_TRUE(OH_AVFormat_GetIntValue(trackFormatSecond, OH_MD_KEY_ROTATION, &rotation));1147 OH_AVFormat_Destroy(trackFormatSecond);1148 trackFormatSecond = nullptr;