Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp36 const char *HEVC_DEC_LIB_PATH = "libhevcdec_ohos.z.so"; variable
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()
1504 void* handle = dlopen(HEVC_DEC_LIB_PATH, RTLD_LAZY); in CheckHevcDecLibStatus()