Home
last modified time | relevance | path

Searched refs:HEVC_DEC_LIB_PATH (Results 1 - 1 of 1) sorted by relevance

/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp36 const char *HEVC_DEC_LIB_PATH = "libhevcdec_ohos.z.so"; member
93 handle_ = dlopen(HEVC_DEC_LIB_PATH, RTLD_LAZY); in HevcDecoder()
95 AVCODEC_LOGE("Load codec failed: %{public}s", HEVC_DEC_LIB_PATH); in HevcDecoder()
1501 void* handle = dlopen(HEVC_DEC_LIB_PATH, RTLD_LAZY); in CheckHevcDecLibStatus()

Completed in 3 milliseconds