Home
last modified time | relevance | path

Searched refs:height_ (Results 1 – 21 of 21) sorted by relevance

/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/imageenhan/src/model/
A DChangeImageSizeRequest.cc54 return height_; in getHeight()
59 height_ = height; in setHeight()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/mux/
A Danim_encode.c37 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 Dmuxedit.c307 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 Dmuxi.h54 int height_; member
A Dmuxread.c93 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 Dmuxinternal.c513 images->height_ != mux->canvas_height_) { in MuxValidate()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/facebody/src/model/
A DDetectIPCPedestrianRequest.cc81 return height_; in getHeight()
86 height_ = height; in setHeight()
/AliOS-Things-master/components/oss/src/model/
A DGetLiveChannelStatResult.cc29 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 Dquant_levels_dec_utils.c46 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 Ddemux.c45 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 Dalpha_dec.c62 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 Dalphai_dec.h29 int height_; member
A Dvp8li_dec.h75 int height_; member
A Dvp8l_dec.c825 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 Dvp8_dec.c312 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 Dvp8i_dec.h79 uint16_t height_; member
A Dframe_dec.c701 (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 DChangeImageSizeRequest.h48 int height_; variable
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/facebody/include/alibabacloud/facebody/model/
A DDetectIPCPedestrianRequest.h60 int height_; variable
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DGetLiveChannelStatResult.h52 uint32_t height_; variable
/AliOS-Things-master/components/SDL2/src/video/khronos/vulkan/
A Dvulkan.hpp5226 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 …]

Completed in 214 milliseconds