Searched refs:LOG_W (Results 1 – 8 of 8) sorted by relevance
/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 | 100 LOG_W( "Failed vaTerminate, vaStatus = %d\n", vaStatus); in ~VideoEncoderBase() 1514 LOG_W ("Format is not supported\n"); in getNewUsrptrFromSurface() 1853 LOG_W("Not in VCM mode, but call SendDynamicFramerate\n"); in renderDynamicFrameRate()
|