Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dffmpeg_api_wrap.cpp86 codecAllocFunc = (CodecAllocContextFunc)dlsym(handler, "avcodec_alloc_context3"); in LoadCodecApi()
87 FALSE_RETURN_V_MSG_E(codecAllocFunc != nullptr, false, "load error"); in LoadCodecApi()
159 if (codecAllocFunc != nullptr) { in CodecAllocContext()
160 context = codecAllocFunc(codec); in CodecAllocContext()
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/server/include/
H A Dffmpeg_api_wrap.h147 CodecAllocContextFunc codecAllocFunc = nullptr; variable