/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/imageenhan/src/model/ |
A D | ChangeImageSizeRequest.cc | 43 return width_; in getWidth() 48 width_ = width; in setWidth()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/mux/ |
A D | anim_encode.c | 37 int x_offset_, y_offset_, width_, height_; member 212 rect->width_, rect->height_); in WebPUtilClearPic() 437 --rect->width_; // Redundant column. in MinimizeChangeRectangle() 443 if (rect->width_ == 0) goto NoChange; in MinimizeChangeRectangle() 453 --rect->width_; // Redundant column. in MinimizeChangeRectangle() 458 if (rect->width_ == 0) goto NoChange; in MinimizeChangeRectangle() 495 rect->width_ = 0; in MinimizeChangeRectangle() 502 rect->width_ += (rect->x_offset_ & 1); in SnapToEvenOffsets() 555 rect->width_ = 1; in GetSubRect() 576 params->rect_ll_.width_ = curr_canvas->width; in GetSubRects() [all …]
|
A D | muxedit.c | 307 err = CreateFrameData(wpi.width_, wpi.height_, &tmp, &frame); in WebPMuxPushFrame() 419 if (width != NULL) *width = wpi->width_; in GetImageInfo() 457 *width = wpi->width_; in GetAdjustedCanvasSize() 563 (frame->width_ == mux->canvas_width_ && in MuxCleanup()
|
A D | muxi.h | 53 int width_; member
|
A D | muxread.c | 92 wpi->width_ = w; in MuxImageFinalize() 347 w = wpi->width_; in MuxGetCanvasInfo() 411 dst = EmitVP8XChunk(dst, wpi->width_, wpi->height_, ALPHA_FLAG); // VP8X. in SynthesizeBitstream()
|
A D | muxinternal.c | 512 if (images->width_ != mux->canvas_width_ || in MuxValidate()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/ |
A D | quant_levels_dec_utils.c | 46 int width_, height_; // dimension member 83 const int w = p->width_; in VFilter() 114 const int w = p->width_; in HFilter() 136 const int w = p->width_; in ApplyFilter() 190 for (i = 0; i < p->width_; ++i) { in CountLevels() 239 p->width_ = width; in InitParams()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/facebody/src/model/ |
A D | DetectIPCPedestrianRequest.cc | 70 return width_; in getWidth() 75 width_ = width; in setWidth()
|
/AliOS-Things-master/components/oss/src/model/ |
A D | GetLiveChannelStatResult.cc | 28 width_(0), in GetLiveChannelStatResult() 84 width_ = std::strtoul(node->GetText(), nullptr, 10); in operator =() 149 return width_; in Width()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | alpha_dec.c | 61 dec->width_ = src_io->width; in ALPHInit() 63 assert(dec->width_ > 0 && dec->height_ > 0); in ALPHInit() 96 const size_t alpha_decoded_size = dec->width_ * dec->height_; in ALPHInit() 112 const int width = alph_dec->width_; in ALPHDecode()
|
A D | alphai_dec.h | 28 int width_; member
|
A D | vp8l_dec.c | 763 const int cache_pixs = dec->width_ * num_rows; in ApplyInverseTransforms() 875 (uint8_t*)dec->pixels_ + dec->width_ * first_row; in ExtractPalettedAlphaRows() 1410 dec->width_ = width; in UpdateDecoder() 1509 const uint64_t num_pixels = (uint64_t)dec->width_ * dec->height_; in AllocateInternalBuffers32b() 1518 assert(dec->width_ <= final_width); in AllocateInternalBuffers32b() 1546 const uint32_t* in = dec->pixels_ + dec->width_ * cur_row; in ExtractAlphaRows() 1564 in += num_rows_to_process * dec->width_; in ExtractAlphaRows() 1580 dec->width_ = alph_dec->width_; in VP8LDecodeAlphaHeader() 1584 dec->io_->width = alph_dec->width_; in VP8LDecodeAlphaHeader() 1605 ok = AllocateInternalBuffers32b(dec, alph_dec->width_); in VP8LDecodeAlphaHeader() [all …]
|
A D | vp8li_dec.h | 74 int width_; member
|
A D | vp8_dec.c | 310 pic_hdr->width_ = ((buf[4] << 8) | buf[3]) & 0x3fff; in VP8GetHeaders() 317 dec->mb_w_ = (pic_hdr->width_ + 15) >> 4; in VP8GetHeaders() 321 io->width = pic_hdr->width_; in VP8GetHeaders()
|
A D | vp8i_dec.h | 78 uint16_t width_; member
|
A D | frame_dec.c | 701 (uint64_t)dec->pic_hdr_.width_ * dec->pic_hdr_.height_ : 0ULL; in AllocateMemory()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/demux/ |
A D | demux.c | 45 int width_, height_; member 201 frame->width_ = features->width; in SetFrameInfo() 321 frame->width_ = 1 + ReadLE24s(mem); in ParseAnimationFrame() 328 if (frame->width_ * (uint64_t)frame->height_ >= MAX_IMAGE_AREA) { in ParseAnimationFrame() 422 dmux->canvas_width_ = frame->width_; in ParseSingleImage() 570 if (frame->width_ <= 0 || frame->height_ <= 0) return 0; in IsValidSimpleFormat() 587 if (frame->width_ + frame->x_offset_ > canvas_width) return 0; in CheckFrameBounds() 622 if (f->width_ <= 0 || f->height_ <= 0) return 0; in IsValidExtendedFormat() 636 if (f->width_ > 0 && f->height_ > 0 && in IsValidExtendedFormat() 682 dmux->canvas_width_ = frame->width_; in CreateRawImageDemuxer() [all …]
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/imageenhan/include/alibabacloud/imageenhan/model/ |
A D | ChangeImageSizeRequest.h | 47 int width_; variable
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/facebody/include/alibabacloud/facebody/model/ |
A D | DetectIPCPedestrianRequest.h | 59 int width_; variable
|
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/ |
A D | GetLiveChannelStatResult.h | 51 uint32_t width_; variable
|
/AliOS-Things-master/components/SDL2/src/video/khronos/vulkan/ |
A D | vulkan.hpp | 5225 Extent2D( uint32_t width_ = 0, in Extent2D() 5227 : width( width_ ) in Extent2D() 5244 width = width_; in setWidth() 5282 Extent3D( uint32_t width_ = 0, in Extent3D() 5285 : width( width_ ) in Extent3D() 5310 width = width_; in setWidth() 5358 float width_ = 0, in Viewport() 5364 , width( width_ ) in Viewport() 5395 width = width_; in setWidth() 11633 , width( width_ ) in FramebufferCreateInfo() [all …]
|