Searched refs:fileName (Results 1 - 8 of 8) sorted by relevance
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | hdi_layer.cpp | 162 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 D | hdi_layer.cpp | 162 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 D | hdi_layer.cpp | 162 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 D | los_err.h | 55 * @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 D | hi_gv_resm.h | 198 * 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 D | hi_gv_parser.h | 56 \param[in] fileName File name. 66 HI_S32 HI_GV_PARSER_LoadFile(const HI_CHAR *fileName);
|
H A D | hi_gv_graphiccontext.h | 82 * param[in] fileName Picture path. 97 HI_S32 HI_GV_GraphicContext_DecodeImg(const HI_CHAR *fileName, HI_U32 imgWidth, HI_U32 imgHeight,
|
H A D | hi_gv_log.h | 109 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