Home
last modified time | relevance | path

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

/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
DmultimediaCore.cpp155 …struct OH_AVFormat *AVFormat = OH_AVFormat_CreateVideoFormat(OH_AVCODEC_MIMETYPE_VIDEO_AVC, PARAM_… in MultimediaCoreAVFormatCopyOne() local
157 bool ReturnValue = OH_AVFormat_Copy(AVFormat, NewAVFormat); in MultimediaCoreAVFormatCopyOne()
161 OH_AVFormat_Destroy(AVFormat); in MultimediaCoreAVFormatCopyOne()
178 …struct OH_AVFormat *AVFormat = OH_AVFormat_CreateVideoFormat(OH_AVCODEC_MIMETYPE_VIDEO_AVC, PARAM_… in MultimediaCoreAVFormatCopyThree() local
179 bool ReturnValue = OH_AVFormat_Copy(AVFormat, nullptr); in MultimediaCoreAVFormatCopyThree()
188 …struct OH_AVFormat *AVFormat = OH_AVFormat_CreateVideoFormat(OH_AVCODEC_MIMETYPE_VIDEO_AVC, PARAM_… in MultimediaCoreAVFormatDestroy() local
190 OH_AVFormat_Destroy(AVFormat); in MultimediaCoreAVFormatDestroy()
191 bool ReturnValue = OH_AVFormat_Copy(AVFormat, NewAVFormat); in MultimediaCoreAVFormatDestroy()
200 struct OH_AVFormat *AVFormat = OH_AVFormat_Create(); in MultimediaCoreAVFormatDumpInfoOne() local
201 OH_AVFormat_SetStringValue(AVFormat, OH_MD_KEY_TITLE, "aaa"); in MultimediaCoreAVFormatDumpInfoOne()
[all …]