diff options
author | Steve Block <steveblock@google.com> | 2012-01-08 10:18:45 +0000 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2012-01-08 11:03:25 +0000 |
commit | 98d12a6a6b49cb23cd04178ac23c955603e050b9 (patch) | |
tree | 801ec2a6c67a58d2813b7ac672855b8690dbb09c /camera/NV12_resize.c | |
parent | 415162e2ae498b32447d6e5ab580d9c3d6b9accd (diff) | |
download | hardware_ti_omap4-98d12a6a6b49cb23cd04178ac23c955603e050b9.zip hardware_ti_omap4-98d12a6a6b49cb23cd04178ac23c955603e050b9.tar.gz hardware_ti_omap4-98d12a6a6b49cb23cd04178ac23c955603e050b9.tar.bz2 |
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/#/c/157220
Bug: 5449033
Change-Id: I7d131473964d92c62a495d082a1207867f435885
Diffstat (limited to 'camera/NV12_resize.c')
-rw-r--r-- | camera/NV12_resize.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/camera/NV12_resize.c b/camera/NV12_resize.c index 63f8212..7f92fb2 100644 --- a/camera/NV12_resize.c +++ b/camera/NV12_resize.c @@ -66,7 +66,7 @@ VT_resizeFrame_Video_opt2_lp if (!i_img_ptr || !i_img_ptr->imgPtr || !o_img_ptr || !o_img_ptr->imgPtr) { - LOGE("Image Point NULL"); + ALOGE("Image Point NULL"); ALOGV("VT_resizeFrame_Video_opt2_lp-"); return FALSE; } @@ -95,7 +95,7 @@ VT_resizeFrame_Video_opt2_lp /* make sure valid input size */ if (idx < 1 || idy < 1 || i_img_ptr->uStride < 1) { - LOGE("idx or idy less then 1 idx = %d idy = %d stride = %d", idx, idy, i_img_ptr->uStride); + ALOGE("idx or idy less then 1 idx = %d idy = %d stride = %d", idx, idy, i_img_ptr->uStride); ALOGV("VT_resizeFrame_Video_opt2_lp-"); return FALSE; } @@ -297,7 +297,7 @@ VT_resizeFrame_Video_opt2_lp } else { - LOGE("eFormat not supported"); + ALOGE("eFormat not supported"); ALOGV("VT_resizeFrame_Video_opt2_lp-"); return FALSE; } |