Home
last modified time | relevance | path

Searched defs:width (Results 1 – 25 of 88) sorted by relevance

1234

/device/google/cuttlefish/host/cvd_test_configs/mvp_features/graphics/displays/
DTC3.json8 "width": 1080, number
14 "width": 400, number
26 "width": 2560, number
/device/generic/goldfish/hals/camera/
Dyuv.cpp28 void copyCbCrPlane(uint8_t* dst, const size_t width, size_t height, in copyCbCrPlane()
60 size_t NV21size(const size_t width, const size_t height) { in NV21size()
65 android_ycbcr NV21init(const size_t width, const size_t height, void* data) { in NV21init()
81 android_ycbcr toNV21Shallow(const size_t width, const size_t height, in toNV21Shallow()
DRect.h28 T width, height; member
/device/google/cuttlefish/guest/commands/v4l2_streamer/
Dv4l2_helpers.cpp36 Result<size_t> V4l2GetFrameSize(int format, int width, int height) { in V4l2GetFrameSize()
43 Result<size_t> V4l2GetLineWidth(int format, int width) { in V4l2GetLineWidth()
91 int width, int height) { in V4l2InitDevice()
140 int width = 640; in V4l2StreamFile() local
/device/google/cuttlefish/host/cvd_test_configs/end_to_end_test/multi/
DTC1.json16 "width": 1080, number
21 "width": 400, number
35 "width": 2560, number
/device/google/cuttlefish/host/frontend/webrtc/
Dcvd_video_frame_buffer.cpp30 inline int AlignStride(int width) { in AlignStride()
56 CvdVideoFrameBuffer::CvdVideoFrameBuffer(int width, int height) in CvdVideoFrameBuffer()
71 int CvdVideoFrameBuffer::width() const { return width_; } in width() function in cuttlefish::CvdVideoFrameBuffer
/device/google/cuttlefish/host/cvd_test_configs/end_to_end_test/single/
DTC_auto.json11 "width": 1080, number
16 "width": 400, number
DTC_go.json11 "width": 720, number
DTC_phone.json11 "width": 720, number
DTC_tablet.json11 "width": 2560, number
DTC_tv.json11 "width": 1920, number
DTC_slim.json12 "width": 720, number
DTC_wear.json12 "width": 450, number
DTC_foldable.json52 "width": 1768, number
57 "width": 832, number
/device/linaro/hikey/gralloc960/
Dmali_gralloc_bufferallocation.cpp103 static void get_rgb_stride_and_size(int width, int height, int pixel_size, int *pixel_stride, int *… in get_rgb_stride_and_size()
197 static bool get_afbc_yuv420_8bit_stride_and_size(int width, int height, int *pixel_stride, int *byt… in get_afbc_yuv420_8bit_stride_and_size()
289 static bool get_yv12_stride_and_size(int width, int height, int *pixel_stride, int *byte_stride, si… in get_yv12_stride_and_size()
336 static bool get_yuv422_8bit_stride_and_size(int width, int height, int *pixel_stride, int *byte_str… in get_yuv422_8bit_stride_and_size()
375 static bool get_afbc_yuv422_8bit_stride_and_size(int width, int height, int *pixel_stride, int *byt… in get_afbc_yuv422_8bit_stride_and_size()
454 static bool get_yuv_pX10_stride_and_size(int width, int height, int vss, int *pixel_stride, int *by… in get_yuv_pX10_stride_and_size()
510 static bool get_yuv_y210_stride_and_size(int width, int height, int *pixel_stride, int *byte_stride… in get_yuv_y210_stride_and_size()
557 static bool get_yuv_y0l2_stride_and_size(int width, int height, int *pixel_stride, int *byte_stride… in get_yuv_y0l2_stride_and_size()
601 static bool get_yuv_y410_stride_and_size(int width, int height, int *pixel_stride, int *byte_stride… in get_yuv_y410_stride_and_size()
645 static bool get_yuv420_10bit_afbc_stride_and_size(int width, int height, int *pixel_stride, int *by… in get_yuv420_10bit_afbc_stride_and_size()
[all …]
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_bufferallocation.cpp103 static void get_rgb_stride_and_size(int width, int height, int pixel_size, int *pixel_stride, int *… in get_rgb_stride_and_size()
197 static bool get_afbc_yuv420_8bit_stride_and_size(int width, int height, int *pixel_stride, int *byt… in get_afbc_yuv420_8bit_stride_and_size()
289 static bool get_yv12_stride_and_size(int width, int height, int *pixel_stride, int *byte_stride, si… in get_yv12_stride_and_size()
336 static bool get_yuv422_8bit_stride_and_size(int width, int height, int *pixel_stride, int *byte_str… in get_yuv422_8bit_stride_and_size()
375 static bool get_afbc_yuv422_8bit_stride_and_size(int width, int height, int *pixel_stride, int *byt… in get_afbc_yuv422_8bit_stride_and_size()
454 static bool get_yuv_pX10_stride_and_size(int width, int height, int vss, int *pixel_stride, int *by… in get_yuv_pX10_stride_and_size()
510 static bool get_yuv_y210_stride_and_size(int width, int height, int *pixel_stride, int *byte_stride… in get_yuv_y210_stride_and_size()
557 static bool get_yuv_y0l2_stride_and_size(int width, int height, int *pixel_stride, int *byte_stride… in get_yuv_y0l2_stride_and_size()
601 static bool get_yuv_y410_stride_and_size(int width, int height, int *pixel_stride, int *byte_stride… in get_yuv_y410_stride_and_size()
645 static bool get_yuv420_10bit_afbc_stride_and_size(int width, int height, int *pixel_stride, int *by… in get_yuv420_10bit_afbc_stride_and_size()
[all …]
/device/google/cuttlefish/tests/graphics/src/com/android/cuttlefish/tests/
DCuttlefishDisplayHotplugTest.java126 static HostDisplayInfo create(int id, int width, int height) { in create()
131 abstract int width(); in width() method in CuttlefishDisplayHotplugTest.HostDisplayInfo
140 static GuestDisplayInfo create(int id, int width, int height) { in create()
145 abstract int width(); in width() method in CuttlefishDisplayHotplugTest.GuestDisplayInfo
286 static AddDisplayParams create(int width, int height) { in create()
290 abstract int width(); in width() method in CuttlefishDisplayHotplugTest.AddDisplayParams
319 public void addDisplay(int width, int height) throws FileNotFoundException { in addDisplay()
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dvideo_track_source_impl.cpp34 int width() const override { return frame_buffer_->width(); } in width() function in cuttlefish::webrtc_streaming::__anon8da4612f0111::VideoFrameWrapper
54 VideoTrackSourceImpl::VideoTrackSourceImpl(int width, int height) in VideoTrackSourceImpl()
/device/google/cuttlefish/guest/hals/camera/
Dvsock_frame_provider.cpp38 std::shared_ptr<cuttlefish::VsockConnection> connection, uint32_t width, in start()
150 bool VsockFrameProvider::framesizeMatches(uint32_t width, uint32_t height, in framesizeMatches()
155 void VsockFrameProvider::VsockReadLoop(uint32_t width, uint32_t height) { in VsockReadLoop()
Dvsock_camera_device_3_4.h47 int32_t width; member
/device/generic/goldfish-opengl/system/hwc3/
DDisplayConfig.h32 DisplayConfig(int32_t configId, int32_t width, int32_t height, int32_t dpiX, int32_t dpiY, in DisplayConfig()
54 void setWidth(int32_t width) { mWidth = width; } in setWidth()
/device/google/cuttlefish/host/commands/assemble_cvd/proto/
Dlaunch_cvd.proto22 int32 width = 1; field
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DMediaH264Decoder.cpp38 void MediaH264Decoder::initH264Context(unsigned int width, in initH264Context()
69 void MediaH264Decoder::resetH264Context(unsigned int width, in resetH264Context()
/device/google/cuttlefish/tests/graphics/vulkan/
Dimage.cpp22 uint32_t width, uint32_t height, const RGBA8888& bottomLeft, in CreateImageContentsWithFourCorners()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DMediaHevcDecoder.cpp39 void MediaHevcDecoder::initHevcContext(unsigned int width, unsigned int height, in initHevcContext()
68 void MediaHevcDecoder::resetHevcContext(unsigned int width, unsigned int height, in resetHevcContext()

1234