Home
last modified time | relevance | path

Searched refs:v4L2BufferTypeToString (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/v4l2_codec2/v4l2/include/v4l2_codec2/v4l2/
H A DV4L2Device.h366 static const char* v4L2BufferTypeToString(const enum v4l2_buf_type bufType);
/aosp_15_r20/external/v4l2_codec2/v4l2/
H A DV4L2Device.cpp707 #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