Home
last modified time | relevance | path

Searched refs:GetChannelLayoutFunc (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/server/include/
H A Dffmpeg_api_wrap.h69 using GetChannelLayoutFunc = int64_t (*)(int nbChannels); variable
161 GetChannelLayoutFunc getChannelLayoutFunc = nullptr;
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dffmpeg_api_wrap.cpp115 getChannelLayoutFunc = (GetChannelLayoutFunc)dlsym(handler, "av_get_default_channel_layout"); in LoadUtilsApi()