Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/server/include/
H A Dffmpeg_api_wrap.h80 using SwrConvertFunc = int (*)(struct SwrContext *s, variable
169 SwrConvertFunc swrConvertFunc = nullptr;
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dffmpeg_api_wrap.cpp134 swrConvertFunc = (SwrConvertFunc)dlsym(handler, "swr_convert"); in LoadResampleApi()