Searched refs:codecFormatOut (Results 1 – 1 of 1) sorted by relevance
101 OH_AVFormat *codecFormatOut = OH_AVFormat_Create(); variable102 ASSERT_NE(nullptr, codecFormatOut);116 OH_AVFormat_Copy(codecFormatOut, codecFormatIn);117 ASSERT_EQ(true, CheckDecDesc(CodecParam, codecFormatOut));118 ASSERT_NE(nullptr, OH_AVFormat_DumpInfo(codecFormatOut));122 OH_AVFormat_Destroy(codecFormatOut);146 OH_AVFormat *codecFormatOut = OH_AVFormat_Create(); variable147 ASSERT_NE(nullptr, codecFormatOut);154 OH_AVFormat_Copy(codecFormatOut, codecFormatIn);156 OH_AVFormat_GetIntValue(codecFormatOut, intKey, &intValueOut);[all …]