Searched refs:fourccToString (Results 1 – 6 of 6) sorted by relevance
/external/v4l2_codec2/common/ |
D | Fourcc.cpp | 42 ALOGV("Unmapped fourcc: %s", fourccToString(fourcc).c_str()); in fromUint32() 253 return fourccToString(static_cast<uint32_t>(mValue)); in toString()
|
D | V4L2Device.cpp | 1104 ALOGE("No devices supporting %s for type: %u", fourccToString(v4l2PixFmt).c_str(), in open() 1359 ALOGE("Unhandled pixelformat %s", fourccToString(pixFmt).c_str()); in v4L2PixFmtToC2Profiles() 1482 ALOGE("Unsupported format %s", fourccToString(pixFmt).c_str()); in allocatedSizeFromV4L2Format() 1494 ALOGE("Unsupported format %s", fourccToString(fourcc).c_str()); in allocatedSizeFromV4L2Format() 1579 << ", pixelformat: " << fourccToString(pix.pixelformat) << ", field: " << pix.field in v4L2FormatToString() 1587 << ", pixelformat: " << fourccToString(pixMp.pixelformat) << ", field: " << pixMp.field in v4L2FormatToString() 1647 fourccToString(pixFmt).c_str()); in v4L2FormatToVideoFrameLayout() 1703 fourccToString(pixFmt).c_str()); in v4L2FormatToVideoFrameLayout() 1751 fourccToString(pixelFormat).c_str(), toString(*maxResolution).c_str()); in getSupportedResolution() 1757 fourccToString(pixelFormat).c_str(), toString(*minResolution).c_str()); in getSupportedResolution()
|
D | VideoPixelFormat.cpp | 90 std::string fourccToString(uint32_t fourcc) { in fourccToString() function
|
/external/v4l2_codec2/common/include/v4l2_codec2/common/ |
D | VideoPixelFormat.h | 57 std::string fourccToString(uint32_t fourcc);
|
/external/v4l2_codec2/components/ |
D | V4L2Decoder.cpp | 564 ALOGD("Pixel format %s is not supported, skipping...", fourccToString(pixfmt).c_str()); in setupOutputFormat()
|
D | V4L2Encoder.cpp | 235 fourccToString(outputPixelFormat).c_str()); in initialize()
|