/device/google/cuttlefish/host/cvd_test_configs/mvp_features/graphics/displays/ |
D | TC3.json | 8 "width": 1080, number 14 "width": 400, number 26 "width": 2560, number
|
/device/generic/goldfish/hals/camera/ |
D | yuv.cpp | 28 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()
|
D | Rect.h | 28 T width, height; member
|
/device/google/cuttlefish/guest/commands/v4l2_streamer/ |
D | v4l2_helpers.cpp | 36 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/ |
D | TC1.json | 16 "width": 1080, number 21 "width": 400, number 35 "width": 2560, number
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | cvd_video_frame_buffer.cpp | 30 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/ |
D | TC_auto.json | 11 "width": 1080, number 16 "width": 400, number
|
D | TC_go.json | 11 "width": 720, number
|
D | TC_phone.json | 11 "width": 720, number
|
D | TC_tablet.json | 11 "width": 2560, number
|
D | TC_tv.json | 11 "width": 1920, number
|
D | TC_slim.json | 12 "width": 720, number
|
D | TC_wear.json | 12 "width": 450, number
|
D | TC_foldable.json | 52 "width": 1768, number 57 "width": 832, number
|
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_bufferallocation.cpp | 103 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/ |
D | mali_gralloc_bufferallocation.cpp | 103 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/ |
D | CuttlefishDisplayHotplugTest.java | 126 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/ |
D | video_track_source_impl.cpp | 34 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/ |
D | vsock_frame_provider.cpp | 38 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()
|
D | vsock_camera_device_3_4.h | 47 int32_t width; member
|
/device/generic/goldfish-opengl/system/hwc3/ |
D | DisplayConfig.h | 32 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/ |
D | launch_cvd.proto | 22 int32 width = 1; field
|
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/ |
D | MediaH264Decoder.cpp | 38 void MediaH264Decoder::initH264Context(unsigned int width, in initH264Context() 69 void MediaH264Decoder::resetH264Context(unsigned int width, in resetH264Context()
|
/device/google/cuttlefish/tests/graphics/vulkan/ |
D | image.cpp | 22 uint32_t width, uint32_t height, const RGBA8888& bottomLeft, in CreateImageContentsWithFourCorners()
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/ |
D | MediaHevcDecoder.cpp | 39 void MediaHevcDecoder::initHevcContext(unsigned int width, unsigned int height, in initHevcContext() 68 void MediaHevcDecoder::resetHevcContext(unsigned int width, unsigned int height, in resetHevcContext()
|