Home
last modified time | relevance | path

Searched defs:ReturnValue (Results 1 – 1 of 1) sorted by relevance

/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
DmultimediaCore.cpp105 struct OH_AVFormat *ReturnValue = OH_AVFormat_Create(); in MultimediaCoreAVFormatCreate() local
115 struct OH_AVFormat *ReturnValue = OH_AVFormat_CreateAudioFormat(OH_AVCODEC_MIMETYPE_AUDIO_FLAC, in MultimediaCoreAVFormatCreateAudioFormatOne() local
126 struct OH_AVFormat *ReturnValue = OH_AVFormat_CreateAudioFormat(nullptr, PARAM_44100, PARAM_2); in MultimediaCoreAVFormatCreateAudioFormatTwo() local
135 struct OH_AVFormat *ReturnValue = OH_AVFormat_CreateVideoFormat(OH_AVCODEC_MIMETYPE_VIDEO_AVC, in MultimediaCoreAVFormatCreateVideoFormatOne() local
146 struct OH_AVFormat *ReturnValue = OH_AVFormat_CreateVideoFormat(nullptr, PARAM_400, PARAM_500); in MultimediaCoreAVFormatCreateVideoFormatTwo() local
157 bool ReturnValue = OH_AVFormat_Copy(AVFormat, NewAVFormat); in MultimediaCoreAVFormatCopyOne() local
169 bool ReturnValue = OH_AVFormat_Copy(nullptr, NewAVFormat); in MultimediaCoreAVFormatCopyTwo() local
179 bool ReturnValue = OH_AVFormat_Copy(AVFormat, nullptr); in MultimediaCoreAVFormatCopyThree() local
191 bool ReturnValue = OH_AVFormat_Copy(AVFormat, NewAVFormat); in MultimediaCoreAVFormatDestroy() local
202 const char *ReturnValue = OH_AVFormat_DumpInfo(AVFormat); in MultimediaCoreAVFormatDumpInfoOne() local
[all …]