Searched refs:AVFormat (Results 1 – 1 of 1) sorted by relevance
155 …struct OH_AVFormat *AVFormat = OH_AVFormat_CreateVideoFormat(OH_AVCODEC_MIMETYPE_VIDEO_AVC, PARAM_… in MultimediaCoreAVFormatCopyOne() local157 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() local179 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() local190 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() local201 OH_AVFormat_SetStringValue(AVFormat, OH_MD_KEY_TITLE, "aaa"); in MultimediaCoreAVFormatDumpInfoOne()[all …]