Home
last modified time | relevance | path

Searched refs:PixelFormat (Results 1 – 10 of 10) sorted by relevance

/device/generic/goldfish-opengl/system/hals/
Dallocator3.cpp36 using ::android::hardware::graphics::common::V1_2::PixelFormat;
107 PixelFormat format; in allocateImpl()
116 case PixelFormat::RGBA_8888: in allocateImpl()
117 case PixelFormat::RGBX_8888: in allocateImpl()
118 case PixelFormat::BGRA_8888: in allocateImpl()
124 case PixelFormat::RGB_888: in allocateImpl()
137 case PixelFormat::RGB_565: in allocateImpl()
143 case PixelFormat::RGBA_FP16: in allocateImpl()
149 case PixelFormat::RGBA_1010102: in allocateImpl()
155 case PixelFormat::RAW16: in allocateImpl()
[all …]
Dmapper3.cpp33 using ::android::hardware::graphics::common::V1_2::PixelFormat;
318 switch (static_cast<PixelFormat>(cb->format)) { in lockYCbCrImpl()
319 case PixelFormat::YCRCB_420_SP: in lockYCbCrImpl()
327 case PixelFormat::YV12: in lockYCbCrImpl()
336 case PixelFormat::YCBCR_420_888: in lockYCbCrImpl()
390 switch (static_cast<PixelFormat>(cb.format)) { in lockHostImpl()
391 case PixelFormat::YV12: in lockHostImpl()
395 case PixelFormat::YCBCR_420_888: in lockHostImpl()
414 switch (static_cast<PixelFormat>(cb.format)) { in lockHostImpl()
415 case PixelFormat::YV12: in lockHostImpl()
[all …]
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DMediaH264Decoder.h61 enum class PixelFormat : uint8_t { enum
80 PixelFormat pixFmt);
85 PixelFormat pixFmt);
DGoldfishAVCDec.cpp40 using ::android::hardware::graphics::common::V1_2::PixelFormat;
147 MediaH264Decoder::PixelFormat::YUV420P); in initDecoder()
250 …mContext->resetH264Context(mWidth, mHeight, mWidth, mHeight, MediaH264Decoder::PixelFormat::YUV420… in onPortFlushCompleted()
449 MediaH264Decoder::PixelFormat::YUV420P); in onQueueFilled()
514 MediaH264Decoder::PixelFormat::YUV420P); in onQueueFilled()
DMediaH264Decoder.cpp42 PixelFormat pixFmt) { in initH264Context()
72 PixelFormat pixFmt) { in resetH264Context()
/device/google/cuttlefish/host/frontend/vnc_server/
Dvnc_client_connection.h48 struct PixelFormat { struct
152 PixelFormat pixel_format_ GUARDED_BY(m_) = {
/device/generic/goldfish-opengl/system/egl/
DeglDisplay.h67 EGLBoolean getConfigNativePixelFormat(EGLConfig config, PixelFormat * format);
DeglDisplay.cpp211 PixelFormat format; in processConfigs()
544 EGLBoolean eglDisplay::getConfigNativePixelFormat(EGLConfig config, PixelFormat * format) in getConfigNativePixelFormat()
/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dgralloc_utils.cpp28 using android::hardware::graphics::common::V1_2::PixelFormat;
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.cpp44 using ::android::hardware::graphics::common::V1_2::PixelFormat;