Searched refs:flex (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/ |
D | Gralloc1Hal.h | 144 android_flex_layout flex = {}; in lockYCbCr() local 145 int32_t error = mDispatch.getNumFlexPlanes(mDevice, bufferHandle, &flex.num_planes); in lockYCbCr() 149 std::vector<android_flex_plane_t> flexPlanes(flex.num_planes); in lockYCbCr() 150 flex.planes = flexPlanes.data(); in lockYCbCr() 156 &flex, fenceFd.release()); in lockYCbCr() 157 if (error == GRALLOC1_ERROR_NONE && !toYCbCrLayout(flex, outLayout)) { in lockYCbCr() 254 static bool toYCbCrLayout(const android_flex_layout& flex, YCbCrLayout* outLayout) { in toYCbCrLayout() argument 256 if (flex.format != FLEX_FORMAT_YCbCr || flex.num_planes < 3) { in toYCbCrLayout() 261 const auto& plane = flex.planes[i]; in toYCbCrLayout() 287 if (flex.planes[0].component != FLEX_COMPONENT_Y || in toYCbCrLayout() [all …]
|
/hardware/google/gchips/gralloc4/src/core/ |
D | format_info.cpp | 41 ….is_yuv = false, .afbc = true, .linear = true, .yuv_transform = true, .flex = false, .planes_co… 42 ….is_yuv = false, .afbc = true, .linear = true, .yuv_transform = true, .flex = true, .planes_co… 43 ….is_yuv = false, .afbc = true, .linear = true, .yuv_transform = true, .flex = true, .planes_co… 44 ….is_yuv = false, .afbc = true, .linear = true, .yuv_transform = false, .flex = true, .planes_co… 45 ….is_yuv = false, .afbc = true, .linear = true, .yuv_transform = true, .flex = true, .planes_co… 46 ….is_yuv = false, .afbc = true, .linear = true, .yuv_transform = true, .flex = false, .planes_co… 47 ….is_yuv = false, .afbc = true, .linear = true, .yuv_transform = true, .flex = true, .planes_co… 48 ….is_yuv = true, .afbc = true, .linear = true, .yuv_transform = false, .flex = true, .planes_co… 49 ….is_yuv = true, .afbc = true, .linear = true, .yuv_transform = false, .flex = true, .planes_co… 51 ….is_yuv = true, .afbc = true, .linear = false, .yuv_transform = false, .flex = false, .planes_co… [all …]
|
D | format_info.h | 74 bool flex; /* Linear version of format can be represented as flex. */ member
|
/hardware/google/gfxstream/ |
D | .gitignore | 265 /tools/flex-bison/linux/bison 266 /tools/flex-bison/linux/flex 267 /tools/flex-bison/windows/bison.exe 268 /tools/flex-bison/windows/flex.exe 269 /tools/flex-bison/windows/m4.exe 270 /tools/flex-bison/windows/msys*.dll
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/ |
D | khronos.css | 324 …splay: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-flow: row wrap; -webkit-flex-fl… 544 …-ms-flexbox; display: -webkit-box; display: flex; -ms-flex-flow: row wrap; -webkit-flex-flow: row …
|
/hardware/google/gfxstream/guest/mesa/ |
D | meson.build | 1873 prog_flex = [find_program('flex', 'lex', required : needs_flex_bison, disabler : true)] 1875 # Force flex to use const keyword in prototypes, as relies on __cplusplus or 1905 prog_flex = find_program('flex', required : needs_flex_bison, disabler : true)
|