Searched refs:LOG_W (Results 1 – 10 of 10) sorted by relevance
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
D | HidLog.h | 23 #define LOG_W LOG(WARNING) macro 31 #define LOG_W (std::cerr << "W: ") macro
|
/hardware/intel/common/libmix/mix_video/src/ |
D | mixvideolog.h | 16 #define LOG_W(format, ...) mix_log(MIX_VIDEO_COMP, MIX_LOG_LEVEL_WARNING, format, ##__VA_ARGS__) macro 21 #define LOG_W(format, ...) macro
|
D | mixvideoformat.c | 122 LOG_W( "Failed vaDestroyConfig\n"); in mix_videoformat_finalize() 130 LOG_W( "Failed vaDestroyContext\n"); in mix_videoformat_finalize() 138 LOG_W( "Failed vaDestroySurfaces\n"); in mix_videoformat_finalize()
|
D | mixvideoformat_mp42.c | 459 LOG_W("process_decode failed.\n"); in mix_videofmt_mp42_decode() 532 LOG_W("process_decode failed.\n"); in mix_videofmt_mp42_decode() 628 LOG_W("data->number_pictures == 0\n"); in mix_videofmt_mp42_process_decode() 822 LOG_W("Previous frame is NULL\n"); in mix_videofmt_mp42_process_decode() 870 LOG_W("Insufficient reference frames for B frame\n"); in mix_videofmt_mp42_process_decode() 943 LOG_W("MP4_VOP_TYPE_S, Will never reach here\n"); in mix_videofmt_mp42_process_decode() 947 LOG_W("default, Will never reach here\n"); in mix_videofmt_mp42_process_decode()
|
D | mixvideo.c | 245 LOG_W( "Failed vaTerminate\n"); in mix_video_private_cleanup() 324 LOG_W( "priv->initialized\n"); in mix_video_initialize_default() 334 LOG_W("!g_thread_supported()\n"); in mix_video_initialize_default() 478 LOG_W( "Already configured\n"); in mix_video_configure_decode()
|
D | mixsurfacepool.c | 546 LOG_W(
|
/hardware/intel/common/libmix/videoencoder/ |
D | VideoEncoderLog.h | 27 #define LOG_W ALOGW macro
|
D | VideoEncoderAVC.cpp | 572 LOG_W("Buffer size too small\n"); in outputOneNALU() 820 LOG_W ("Not in VCM mode, but call send_max_slice_size\n"); in renderMaxSliceSize() 940 LOG_W("No such level can support that resolution"); in calcLevel() 1283 LOG_W("Slice Number is too small"); in renderSliceParams() 1288 LOG_W("Slice Number is too big"); in renderSliceParams()
|
D | VideoEncoderBase.cpp | 103 LOG_W( "Failed vaTerminate, vaStatus = %d\n", vaStatus); in ~VideoEncoderBase() 1517 LOG_W ("Format is not supported\n"); in getNewUsrptrFromSurface() 1856 LOG_W("Not in VCM mode, but call SendDynamicFramerate\n"); in renderDynamicFrameRate()
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | HidRawSensor.cpp | 343 … LOG_W << "Scaling for 3 axis are different. It is recommended to keep them the same" << LOG_ENDL; in processTriAxisUsage() 691 LOG_W << "Android type " << type << " has not been supported yet" << LOG_ENDL; in detectAndroidCustomSensor() 799 LOG_W << "Cannot find valid reporting state feature" << LOG_ENDL; in findSensorControlUsage() 813 LOG_W << "Cannot find valid power state feature" << LOG_ENDL; in findSensorControlUsage() 826 LOG_W << "Cannot find valid report interval feature" << LOG_ENDL; in findSensorControlUsage()
|