Home
last modified time | relevance | path

Searched refs:pixFmt (Results 1 – 4 of 4) sorted by relevance

/external/v4l2_codec2/common/
DV4L2Device.cpp1293 std::vector<C2Config::profile_t> V4L2Device::v4L2PixFmtToC2Profiles(uint32_t pixFmt, in v4L2PixFmtToC2Profiles() argument
1331 switch (pixFmt) { in v4L2PixFmtToC2Profiles()
1359 ALOGE("Unhandled pixelformat %s", fourccToString(pixFmt).c_str()); in v4L2PixFmtToC2Profiles()
1458 const uint32_t pixFmt = format.fmt.pix_mp.pixelformat; in allocatedSizeFromV4L2Format() local
1459 const auto frameFourcc = Fourcc::fromV4L2PixFmt(pixFmt); in allocatedSizeFromV4L2Format()
1461 ALOGE("Unsupported format %s", fourccToString(pixFmt).c_str()); in allocatedSizeFromV4L2Format()
1622 const uint32_t& pixFmt = pixMp.pixelformat; in v4L2FormatToVideoFrameLayout() local
1623 const auto videoFourcc = Fourcc::fromV4L2PixFmt(pixFmt); in v4L2FormatToVideoFrameLayout()
1626 fourccToString(pixFmt).c_str()); in v4L2FormatToVideoFrameLayout()
1656 switch (pixFmt) { in v4L2FormatToVideoFrameLayout()
[all …]
/external/v4l2_codec2/common/include/v4l2_codec2/common/
DV4L2Device.h345 std::vector<C2Config::profile_t> v4L2PixFmtToC2Profiles(uint32_t pixFmt, bool isEncoder);
370 static size_t getNumPlanesOfV4L2PixFmt(uint32_t pixFmt);
492 std::string getDevicePathFor(V4L2Device::Type type, uint32_t pixFmt);
/external/OpenCL-CTS/test_conformance/gles/
Dtest_fence_sync.cpp349 CGLPixelFormatObj pixFmt = CGLGetPixelFormat(currCtx); in test_fence_sync_single() local
352 CGLDescribePixelFormat(pixFmt, screen, kCGLPFAOpenGLProfile, &val); in test_fence_sync_single()
/external/OpenCL-CTS/test_conformance/gl/
Dtest_fence_sync.cpp353 CGLPixelFormatObj pixFmt = CGLGetPixelFormat(currCtx); in test_fence_sync_single() local
356 CGLDescribePixelFormat(pixFmt, screen, kCGLPFAOpenGLProfile, &val); in test_fence_sync_single()