Lines Matching refs:LOGE
57 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_open()
64 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_open()
70 LOGE(LOG_TAG, "Module has been opened, please clode first\n"); in obj_open()
80 LOGE(LOG_TAG, "ImageCodecCreateInstance failed\n"); in obj_open()
97 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_close()
104 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_close()
110 LOGE(LOG_TAG, "Module has not been opened, not need close\n"); in obj_close()
130 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_imgRead()
137 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_imgRead()
143 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_imgRead()
153 LOGE(LOG_TAG, "ImageCodecImgRead failed mFileName = %s;\n", mFileName); in obj_imgRead()
169 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_imgReadMulti()
176 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_imgReadMulti()
182 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_imgReadMulti()
192 LOGE(LOG_TAG, "ImageCodecImgRead failed mFileName = %s;\n", mFileName); in obj_imgReadMulti()
208 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_imgWrite()
215 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_imgWrite()
221 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_imgWrite()
232 LOGE(LOG_TAG, "%s:ImageCodecImgWrite failed\n", __func__); in obj_imgWrite()
247 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_imgWriteMulti()
254 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_imgWriteMulti()
260 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_imgWriteMulti()
271 LOGE(LOG_TAG, "%s:ImageCodecImgWriteMulti failed\n", __func__); in obj_imgWriteMulti()
286 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_imgDecode()
293 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_imgDecode()
299 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_imgDecode()
310 LOGE(LOG_TAG, "%s:ImageCodecImgDecode failed\n", __func__); in obj_imgDecode()
325 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_imgDecode2()
332 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_imgDecode2()
338 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_imgDecode2()
347 LOGE(LOG_TAG, "%s:ImageCodecImgDecode2 failed\n", __func__); in obj_imgDecode2()
362 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_imgEncode()
369 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_imgEncode()
375 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_imgEncode()
386 LOGE(LOG_TAG, "%s:ImageCodecImgEncode failed\n", __func__); in obj_imgEncode()
401 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_haveImageReader()
408 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_haveImageReader()
414 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_haveImageReader()
423 LOGE(LOG_TAG, "%s:ImageCodechaveImageReader failed\n", __func__); in obj_haveImageReader()
438 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_haveImageWriter()
445 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_haveImageWriter()
451 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_haveImageWriter()
460 LOGE(LOG_TAG, "%s:ImageCodechaveImageWriter failed\n", __func__); in obj_haveImageWriter()