Searched refs:v4L2BufferTypeToString (Results 1 – 2 of 2) sorted by relevance
366 static const char* v4L2BufferTypeToString(const enum v4l2_buf_type bufType);
707 #define ALOGEQ(fmt, ...) ALOGE("(%s)" fmt, V4L2Device::v4L2BufferTypeToString(mType), ##__VA_ARGS__)708 #define ALOGVQ(fmt, ...) ALOGD("(%s)" fmt, V4L2Device::v4L2BufferTypeToString(mType), ##__VA_ARGS__)1902 const char* V4L2Device::v4L2BufferTypeToString(const enum v4l2_buf_type bufType) { in v4L2BufferTypeToString() function in android::V4L2Device