Home
last modified time | relevance | path

Searched refs:halFormat (Results 1 – 3 of 3) sorted by relevance

/external/v4l2_codec2/common/
DFormatConverter.cpp125 HalPixelFormat halFormat; in initialize() local
129 halFormat = HalPixelFormat::YV12; in initialize()
131 halFormat = HalPixelFormat::YCBCR_420_888; // will allocate NV12 by minigbm. in initialize()
138 static_cast<uint32_t>(halFormat), in initialize()
/external/swiftshader/src/OpenGL/common/
DImage.hpp242 inline GLenum GLPixelFormatFromAndroid(int halFormat) in GLPixelFormatFromAndroid() argument
244 switch(halFormat) in GLPixelFormatFromAndroid()
262 ERR("Unsupported EGL image format %d", halFormat); ASSERT(false); in GLPixelFormatFromAndroid()
/external/v4l2_codec2/components/
DV4L2EncodeComponent.cpp146 HalPixelFormat halFormat = (format == VideoPixelFormat::I420) ? HalPixelFormat::YV12 in getVideoFrameStride() local
150 status = pool->fetchGraphicBlock(size.width, size.height, static_cast<uint32_t>(halFormat), in getVideoFrameStride()