Home
last modified time | relevance | path

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

/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Dhdi_layer.cpp162 static int32_t GetFileName(char *fileName, uint32_t len, const BufferHandle *buffer) in GetFileName() argument
172 int32_t ret = snprintf_s(fileName, len, len - 1, "hdi_layer_%s-%lld_%dx%d.img", in GetFileName()
189 char fileName[FILE_NAME_MAX_LEN] = {0}; in DumpLayerBuffer() local
190 ret = GetFileName(fileName, FILE_NAME_MAX_LEN, buffer); in DumpLayerBuffer()
192 DISPLAY_LOGI("fileName = %{public}s", fileName); in DumpLayerBuffer()
195 filePath << PATH_PREFIX << fileName; in DumpLayerBuffer() local
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Dhdi_layer.cpp162 static int32_t GetFileName(char *fileName, uint32_t len, const BufferHandle *buffer) in GetFileName() argument
172 int32_t ret = snprintf_s(fileName, len, len - 1, "hdi_layer_%s-%lld_%dx%d.img", in GetFileName()
189 char fileName[FILE_NAME_MAX_LEN] = {0}; in DumpLayerBuffer() local
190 ret = GetFileName(fileName, FILE_NAME_MAX_LEN, buffer); in DumpLayerBuffer()
192 DISPLAY_LOGI("fileName = %{public}s", fileName); in DumpLayerBuffer()
195 filePath << PATH_PREFIX << fileName; in DumpLayerBuffer() local
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Dhdi_layer.cpp162 static int32_t GetFileName(char *fileName, uint32_t len, const BufferHandle *buffer) in GetFileName() argument
172 int32_t ret = snprintf_s(fileName, len, len - 1, "hdi_layer_%s-%lld_%dx%d.img", in GetFileName()
189 char fileName[FILE_NAME_MAX_LEN] = {0}; in DumpLayerBuffer() local
190 ret = GetFileName(fileName, FILE_NAME_MAX_LEN, buffer); in DumpLayerBuffer()
192 DISPLAY_LOGI("fileName = %{public}s", fileName); in DumpLayerBuffer()
195 filePath << PATH_PREFIX << fileName; in DumpLayerBuffer() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/
H A Dlos_err.h55 * @param fileName [IN] Log file that stores error information.
66 typedef VOID (*LOS_ERRORHANDLE_FUNC)(const CHAR *fileName,
83 * @param fileName [IN] Log file that stores error information.
94 extern UINT32 LOS_ErrHandle(const CHAR *fileName, UINT32 lineNo,
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
H A Dhi_gv_resm.h198 * param[in] fileName Picture file name.
206 HI_S32 HI_GV_Res_CreateID(const HI_CHAR *fileName, HIGV_RESTYPE_E resType, HI_RESID *resID);
213 * param[in] fileName Picture file name.
221 HI_S32 HI_GV_Res_CreateID_NoPrefixPath(const HI_CHAR *fileName, HIGV_RESTYPE_E resType, HI_RESID *resID);
H A Dhi_gv_parser.h56 \param[in] fileName File name.
66 HI_S32 HI_GV_PARSER_LoadFile(const HI_CHAR *fileName);
H A Dhi_gv_graphiccontext.h82 * param[in] fileName Picture path.
97 HI_S32 HI_GV_GraphicContext_DecodeImg(const HI_CHAR *fileName, HI_U32 imgWidth, HI_U32 imgHeight,
H A Dhi_gv_log.h109 HI_S32 HI_GV_Log_Output(const HI_CHAR *domain, HIGV_LOG_LEVEL_E level, HI_S32 error, const HI_CHAR *fileName,

Completed in 27 milliseconds