Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_audio_codec.cpp214 struct AudioCodecObject *audioCodecObj = reinterpret_cast<AudioCodecObject *>(codec); in OH_AudioCodec_Destroy() local
247 struct AudioCodecObject *audioCodecObj = reinterpret_cast<AudioCodecObject *>(codec); in OH_AudioCodec_Configure() local
263 struct AudioCodecObject *audioCodecObj = reinterpret_cast<AudioCodecObject *>(codec); in OH_AudioCodec_Prepare() local
278 struct AudioCodecObject *audioCodecObj = reinterpret_cast<AudioCodecObject *>(codec); in OH_AudioCodec_Start() local
296 struct AudioCodecObject *audioCodecObj = reinterpret_cast<AudioCodecObject *>(codec); in OH_AudioCodec_Stop() local
320 struct AudioCodecObject *audioCodecObj = reinterpret_cast<AudioCodecObject *>(codec); in OH_AudioCodec_Flush() local
346 struct AudioCodecObject *audioCodecObj = reinterpret_cast<AudioCodecObject *>(codec); in OH_AudioCodec_Reset() local
369 struct AudioCodecObject *audioCodecObj = reinterpret_cast<AudioCodecObject *>(codec); in OH_AudioCodec_PushInputBuffer() local
383 struct AudioCodecObject *audioCodecObj = reinterpret_cast<AudioCodecObject *>(codec); in OH_AudioCodec_GetOutputDescription() local
403 struct AudioCodecObject *audioCodecObj = reinterpret_cast<AudioCodecObject *>(codec); in OH_AudioCodec_FreeOutputBuffer() local
[all …]