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, "MLCreateInstance 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()
131 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_decodeConfig()
138 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_decodeConfig()
144 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_decodeConfig()
163 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_startDecode()
170 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_startDecode()
176 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_startDecode()
194 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_stopDecode()
201 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_stopDecode()
207 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_stopDecode()
225 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_getDecodeImageData()
232 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_getDecodeImageData()
238 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_getDecodeImageData()
259 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_encodeConfig()
266 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_encodeConfig()
272 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_encodeConfig()
291 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_startEncode()
298 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_startEncode()
304 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_startEncode()
322 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_stopEncode()
329 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_stopEncode()
335 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_stopEncode()
353 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_getEncodePacketData()
360 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_getEncodePacketData()
366 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_getEncodePacketData()