/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/imageenhan/src/model/ |
A D | ChangeImageSizeRequest.cc | 54 return height_; in getHeight() 59 height_ = height; in setHeight()
|
/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() 468 --rect->height_; // Redundant row. in MinimizeChangeRectangle() 474 if (rect->height_ == 0) goto NoChange; in MinimizeChangeRectangle() 484 --rect->height_; // Redundant row. in MinimizeChangeRectangle() 489 if (rect->height_ == 0) goto NoChange; in MinimizeChangeRectangle() 496 rect->height_ = 0; in MinimizeChangeRectangle() 503 rect->height_ += (rect->y_offset_ & 1); in SnapToEvenOffsets() 556 rect->height_ = 1; in GetSubRect() 619 *height = rect.height_; in WebPAnimEncoderRefineRect() [all …]
|
A D | muxedit.c | 307 err = CreateFrameData(wpi.width_, wpi.height_, &tmp, &frame); in WebPMuxPushFrame() 420 if (height != NULL) *height = wpi->height_; in GetImageInfo() 458 *height = wpi->height_; in GetAdjustedCanvasSize() 564 frame->height_ == mux->canvas_height_))) { in MuxCleanup()
|
A D | muxi.h | 54 int height_; member
|
A D | muxread.c | 93 wpi->height_ = h; in MuxImageFinalize() 348 h = wpi->height_; in MuxGetCanvasInfo() 411 dst = EmitVP8XChunk(dst, wpi->width_, wpi->height_, ALPHA_FLAG); // VP8X. in SynthesizeBitstream()
|
A D | muxinternal.c | 513 images->height_ != mux->canvas_height_) { in MuxValidate()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/facebody/src/model/ |
A D | DetectIPCPedestrianRequest.cc | 81 return height_; in getHeight() 86 height_ = height; in setHeight()
|
/AliOS-Things-master/components/oss/src/model/ |
A D | GetLiveChannelStatResult.cc | 29 height_(0), in GetLiveChannelStatResult() 89 height_ = std::strtoul(node->GetText(), nullptr, 10); in operator =() 154 return height_; in Height()
|
/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 103 if (p->row_ >= 0 && p->row_ < p->height_ - 1) { in VFilter() 189 for (j = 0; j < p->height_; ++j) { in CountLevels() 240 p->height_ = height; in InitParams() 278 for (; p.row_ < p.height_; ++p.row_) { in WebPDequantizeLevels()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/demux/ |
A D | demux.c | 45 int width_, height_; member 202 frame->height_ = features->height; in SetFrameInfo() 322 frame->height_ = 1 + ReadLE24s(mem); in ParseAnimationFrame() 328 if (frame->width_ * (uint64_t)frame->height_ >= MAX_IMAGE_AREA) { in ParseAnimationFrame() 423 dmux->canvas_height_ = frame->height_; in ParseSingleImage() 570 if (frame->width_ <= 0 || frame->height_ <= 0) return 0; in IsValidSimpleFormat() 588 if (frame->height_ + frame->y_offset_ > canvas_height) 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() 683 dmux->canvas_height_ = frame->height_; in CreateRawImageDemuxer() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | alpha_dec.c | 62 dec->height_ = src_io->height; 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()
|
A D | alphai_dec.h | 29 int height_; member
|
A D | vp8li_dec.h | 75 int height_; member
|
A D | vp8l_dec.c | 825 assert(dec->last_row_ <= dec->height_); in ProcessRows() 1411 dec->height_ = height; in UpdateDecoder() 1509 const uint64_t num_pixels = (uint64_t)dec->width_ * dec->height_; in AllocateInternalBuffers32b() 1530 const uint64_t total_num_pixels = (uint64_t)dec->width_ * dec->height_; in AllocateInternalBuffers8b() 1581 dec->height_ = alph_dec->height_; in VP8LDecodeAlphaHeader() 1585 dec->io_->height = alph_dec->height_; in VP8LDecodeAlphaHeader() 1590 if (!DecodeImageStream(alph_dec->width_, alph_dec->height_, 1, dec, NULL)) { in VP8LDecodeAlphaHeader() 1622 assert(last_row <= dec->height_); in VP8LDecodeAlphaImageStream() 1632 DecodeAlphaData(dec, (uint8_t*)dec->pixels_, dec->width_, dec->height_, in VP8LDecodeAlphaImageStream() 1634 DecodeImageData(dec, dec->pixels_, dec->width_, dec->height_, in VP8LDecodeAlphaImageStream() [all …]
|
A D | vp8_dec.c | 312 pic_hdr->height_ = ((buf[6] << 8) | buf[5]) & 0x3fff; in VP8GetHeaders() 318 dec->mb_h_ = (pic_hdr->height_ + 15) >> 4; in VP8GetHeaders() 322 io->height = pic_hdr->height_; in VP8GetHeaders()
|
A D | vp8i_dec.h | 79 uint16_t height_; member
|
A D | frame_dec.c | 701 (uint64_t)dec->pic_hdr_.width_ * dec->pic_hdr_.height_ : 0ULL; in AllocateMemory()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/imageenhan/include/alibabacloud/imageenhan/model/ |
A D | ChangeImageSizeRequest.h | 48 int height_; variable
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/facebody/include/alibabacloud/facebody/model/ |
A D | DetectIPCPedestrianRequest.h | 60 int height_; variable
|
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/ |
A D | GetLiveChannelStatResult.h | 52 uint32_t height_; variable
|
/AliOS-Things-master/components/SDL2/src/video/khronos/vulkan/ |
A D | vulkan.hpp | 5226 uint32_t height_ = 0 ) in Extent2D() 5228 , height( height_ ) in Extent2D() 5250 height = height_; in setHeight() 5283 uint32_t height_ = 0, in Extent3D() 5286 , height( height_ ) in Extent3D() 5316 height = height_; in setHeight() 5359 float height_ = 0, in Viewport() 5365 , height( height_ ) in Viewport() 5401 height = height_; in setHeight() 11634 , height( height_ ) in FramebufferCreateInfo() [all …]
|