Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dffmpeg_api_wrap.cpp59foramtAllocOutputFunc = (FormatAllocOutputContextFunc)dlsym(handler, "avformat_alloc_output_contex… in LoadFormatApi()
60 FALSE_RETURN_V_MSG_E(foramtAllocOutputFunc != nullptr, false, "load error"); in LoadFormatApi()
179 if (foramtAllocOutputFunc != nullptr) { in FormatAllocOutputContext()
180 ret = foramtAllocOutputFunc(ctx, oformat, formatName, filename); in FormatAllocOutputContext()
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/server/include/
H A Dffmpeg_api_wrap.h135 FormatAllocOutputContextFunc foramtAllocOutputFunc = nullptr; variable