Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_audio_decoder.cpp222 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); in OH_AudioDecoder_Destroy() local
255 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); in OH_AudioDecoder_Configure() local
271 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); in OH_AudioDecoder_Prepare() local
286 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); in OH_AudioDecoder_Start() local
304 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); in OH_AudioDecoder_Stop() local
328 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); in OH_AudioDecoder_Flush() local
354 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); in OH_AudioDecoder_Reset() local
378 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); in OH_AudioDecoder_PushInputData() local
403 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); in OH_AudioDecoder_GetOutputDescription() local
423 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); in OH_AudioDecoder_FreeOutputData() local
[all …]