Home
last modified time | relevance | path

Searched +defs:header +defs:height (Results 26 – 50 of 1091) sorted by relevance

12345678910>>...44

/aosp_15_r20/external/wayland/cursor/
H A Dconvert_font.c49 int16_t width, height; member
79 char header[4]; member
233 struct pcf_header *header = fontbuf; in handle_pcf() local
292 int32_t width, height; member
310 int height = maxy - miny; in reconstruct_glyph() local
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.cpp663 void adjustRect(hwc_rect_t &rect, int32_t width, int32_t height) in adjustRect()
717 uint32_t getExynosBufferYLength(uint32_t width, uint32_t height, int format) in getExynosBufferYLength()
776 uint32_t getExynosBufferCbCrLength(uint32_t width, uint32_t height, int format) in getExynosBufferCbCrLength()
826 …r_handle_t handle, uint32_t planerNum, size_t *length, int format, uint32_t width, uint32_t height) in getBufLength()
1198 std::stringstream splitter, header, content; in build() local
1218 std::stringstream splitter, header; in buildForMiniDump() local
1322 int width, height, bpp, color_type; in load_png_image() local
1448 auto height = rect.bottom - rect.top; in rectSize() local
1456 uint32_t height) { in assign()
/aosp_15_r20/external/deqp/framework/common/
H A DtcuImageIO.cpp87 uint8_t header[8]; in loadPNG() local
106 const uint32_t height = (uint32_t)png_get_image_height(png_ptr, info_ptr); in loadPNG() local
244 uint16_t height = readBigEndianShort(resource.get()); in loadPKM() local
/aosp_15_r20/external/skia/tools/lottie-web-perf/
H A Dlottie-web-perf.js54 header: 'Lottie-Web Perf', property
58 header: 'Options', property
123 const viewPort = {width: 1000, height: 1000}; property
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/
H A DFileVideoCapturer.java63 String header = builder.toString(); in VideoReaderY4M() local
178 public void startCapture(int width, int height, int framerate) { in startCapture()
188 public void changeCaptureFormat(int width, int height, int framerate) { in changeCaptureFormat()
/aosp_15_r20/external/perfetto/ui/src/frontend/
H A Dpanel_container.ts51 readonly header?: Panel; property
81 height: number; property
383 height: panelHeight, constant
392 const panelSize = {width: panelWidth, height: panelHeight}; constant
/aosp_15_r20/external/skia/tools/skottie-wasm-perf/
H A Dskottie-wasm-perf.js54 header: 'Skottie WASM Perf', property
58 header: 'Options', property
123 const viewPort = {width: 1000, height: 1000}; property
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
H A Djpeg_header_parser.cc103 uint16_t height; in ReadJpegHeader() local
142 char header[6]; in ApplyHeaderToImage() local
322 JpegHeader* header) { in ReadJpegHeader()
/aosp_15_r20/external/autotest/frontend/client/src/autotest/common/spreadsheet/
H A DSpreadsheet.java228 List<String> header) { in addHeader()
235 public void addRowHeader(List<String> header) { in addRowHeader()
239 public void addColumnHeader(List<String> header) { in addColumnHeader()
243 private int getHeaderPosition(Map<Header, Integer> headerMap, Header header) { in getHeaderPosition() argument
316 Header header = headerValues.get(headerIndex); in fillHeaderCells() local
362 private Header getSubHeader(Header header, int length) { in getSubHeader()
374 int height = getRowHeight(from, row); in matchRowHeights() local
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/api2/
H A DHeicCompositeStream.cpp155 bool /*hasDeferredConsumer*/, uint32_t width, uint32_t height, int format, in createInternalStreams()
484 bool HeicCompositeStream::isSizeSupportedByHeifEncoder(int32_t width, int32_t height, in isSizeSupportedByHeifEncoder()
1476 size_t height = (tileY == static_cast<size_t>(mGridRows) - 1) ? in processCodecInputFrame() local
1521 size_t height = (tileY == static_cast<size_t>(mGainmapGridRows) - 1) ? in processCodecGainmapInputFrame() local
1677 uint8_t *header = static_cast<uint8_t*>(dstBuffer) + mMaxHeicBufferSize - sizeof(CameraBlob); in processCompletedInputFrame() local
1806 uint32_t height = mOutputHeight / kGainmapScale; in initializeGainmapCodec() local
1903 status_t HeicCompositeStream::initializeCodec(uint32_t width, uint32_t height, in initializeCodec()
2088 const uint8_t *header = appSegmentBuffer + (maxSize - sizeof(CameraBlob)); in findAppSegmentsSize() local
2146 size_t top, size_t left, size_t width, size_t height) { in copyOneYuvTile()
/aosp_15_r20/external/libvpx/examples/
H A Dvp8_multi_resolution_encoder.c126 char header[32]; in write_ivf_file_header() local
148 char header[12]; in write_ivf_frame_header() local
298 int height; in main() local
/aosp_15_r20/external/skia/tools/lottiecap/
H A Dlottiecap.js68 header: 'Lottie Filmstrip Capture', property
74 header: 'Options', property
183 height: 1000, property
/aosp_15_r20/external/libaom/test/
H A Dresize_test.cc46 char header[32]; in write_ivf_file_header() local
66 char header[4]; in write_ivf_frame_size() local
73 char header[12]; in write_ivf_frame_header() local
196 unsigned int height; in Begin() local
205 unsigned int height; in Next() local
/aosp_15_r20/frameworks/av/media/module/foundation/
H A Davc_utils.cpp102 int32_t *width, int32_t *height, in FindAVCDimensions()
252 static const struct { unsigned width, height; } kFixedSARs[] = { in FindAVCDimensions() member
400 const sp<ABuffer> &accessUnit, int32_t *width, int32_t *height, in MakeAVCCodecSpecificData()
554 const uint8_t *data, size_t size, int32_t *width, int32_t *height) { in ExtractDimensionsFromVOLHeader()
632 uint32_t header, size_t *frame_size, in GetMPEGAudioFrameSize()
/aosp_15_r20/frameworks/av/media/ndk/
H A DNdkImage.cpp35 int64_t timestamp, int32_t width, int32_t height, int32_t numPlanes) : in AImage()
408 uint8_t* header = jpegBuffer + (width - sizeof(struct camera3_jpeg_blob_v2)); in getJpegSize() local
702 media_status_t AImage_getHeight(const AImage* image, /*out*/int32_t* height) { in AImage_getHeight()
737 int32_t height = -1; in AImage_getCropRect() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fRasterizerDiscardTests.cpp171 int height = m_context.getRenderTarget().getHeight(); in setupFramebufferObject() local
266 …std::string header = "Case iteration " + de::toString(m_iterNdx + 1) + " / " + de::toString(NUM_CA… in iterate() local
404 int height = pixels.getHeight(); in iterate() local
/aosp_15_r20/external/freetype/src/winfonts/
H A Dwinfnt.c212 FT_WinFNT_Header header = &font->header; in fnt_font_load() local
949 FT_WinFNT_Header header = &face->font->header; in FNT_Size_Select() local
970 FT_WinFNT_Header header = &face->font->header; in FNT_Size_Request() local
973 FT_Long height; in FNT_Size_Request() local
/aosp_15_r20/external/cronet/third_party/quic_trace/src/tools/render/
H A Dtable.h43 std::shared_ptr<const Text> header; member
48 int height; member
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.cpp187 uint32_t height = mImg->d_h; in outputBuffers() local
246 uint32_t height = outputBufferHeight(); in outputBufferSafe() local
390 int GoldfishVPX::getHostColorBufferId(void* header) { in getHostColorBufferId()
/aosp_15_r20/external/gson/gson/src/main/java/com/google/gson/internal/
H A DLinkedTreeMap.java58 final Node<K, V> header; field in LinkedTreeMap
129 Node<K, V> header = this.header; in clear() local
182 Node<K, V> header = this.header; in find() local
471 int height; field in LinkedTreeMap.Node
/aosp_15_r20/external/skia/tools/run-wasm-gm-tests/
H A Drun-wasm-gm-tests.js80 header: 'Measuring correctness of Skia WASM code', property
84 header: 'Options', property
200 const viewPort = {width: 1000, height: 1000}; property
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video_vp.c31 uint32_t height; // e4 member
50 uint32_t height; // 04 member
73 height = align(dest->base.height, 16); in nv84_decoder_vp_h264() local
469 uint32_t height; // 20 member
494 struct mpeg12_header header = {0}; in nv84_decoder_vp_mpeg12() local
/aosp_15_r20/external/python/cpython2/Modules/
Dclmodule.c101 int compressionScheme, width, height, originalFormat; in cl_CompressImage() local
146 int compressionScheme, width, height, originalFormat; in cl_DecompressImage() local
579 char *header; in clm_ReadHeader() local
709 char *header; in cl_QueryScheme() local
/aosp_15_r20/external/skia/tools/perf-canvaskit-puppeteer/
H A Dperf-canvaskit-with-puppeteer.js103 header: 'Skia Web-based Performance Metrics of CanvasKit', property
107 header: 'Options', property
197 const viewPort = {width: 1000, height: 1000}; property
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_video.c287 unsigned height = align(vid->vk.max_coded.height, VL_MACROBLOCK_HEIGHT); in calc_ctx_size_h264_perf() local
304 unsigned height = align(vid->vk.max_coded.height, VL_MACROBLOCK_HEIGHT); in calc_ctx_size_h265_main() local
326 unsigned height = align(vid->vk.max_coded.height, VL_MACROBLOCK_HEIGHT); in calc_ctx_size_h265_main10() local
1102 rvcn_dec_message_header_t *header = ptr; in rvcn_dec_message_create() local
1127 rvcn_dec_feedback_header_t *header = (void *)ptr; in rvcn_dec_message_feedback() local
1864 rvcn_dec_message_header_t *header; in rvcn_dec_message_decode() local

12345678910>>...44