Searched refs:AudioDecoderObject (Results 1 – 1 of 1) sorted by relevance
196 struct AudioDecoderObject *object = new(std::nothrow) AudioDecoderObject(audioDecoder); in OH_AudioDecoder_CreateByMime()210 struct AudioDecoderObject *object = new(std::nothrow) AudioDecoderObject(audioDecoder); in OH_AudioDecoder_CreateByName()222 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); in OH_AudioDecoder_Destroy()255 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); in OH_AudioDecoder_Configure()271 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); in OH_AudioDecoder_Prepare()286 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); in OH_AudioDecoder_Start()304 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); in OH_AudioDecoder_Stop()328 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); in OH_AudioDecoder_Flush()354 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); in OH_AudioDecoder_Reset()378 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); in OH_AudioDecoder_PushInputData()[all …]