Searched refs:codecFormatIn (Results 1 – 1 of 1) sorted by relevance
99 OH_AVFormat *codecFormatIn = OH_AVFormat_Create(); variable100 ASSERT_NE(nullptr, codecFormatIn);115 ASSERT_EQ(true, SetFormat(codecFormatIn, CodecParam));116 OH_AVFormat_Copy(codecFormatOut, codecFormatIn);119 cout << OH_AVFormat_DumpInfo(codecFormatIn) << endl;120 OH_AVFormat_Destroy(codecFormatIn);121 codecFormatIn = nullptr;123 codecFormatIn = nullptr;144 OH_AVFormat *codecFormatIn = OH_AVFormat_Create(); variable145 ASSERT_NE(nullptr, codecFormatIn);[all …]