• Home
  • Raw
  • Download

Lines Matching refs:width

120                        const uint32_t width,  in initPlaneLayout()  argument
128 const uint32_t strideInBytes = align(width * sampleSizeInBytes, alignment); in initPlaneLayout()
155 if (desc.width <= 0) { in allocate2()
158 desc.width)); in allocate2()
187 const uint32_t width = desc.width; in allocate2() local
201 req.plane[0], width, height, offsetInBytes, /*alignment=*/ 1, in allocate2()
218 req.plane[0], width, height, offsetInBytes, /*alignment=*/ 1, in allocate2()
234 req.plane[0], width, height, offsetInBytes, /*alignment=*/ 1, in allocate2()
252 req.plane[0], width, height, offsetInBytes, /*alignment=*/ 1, in allocate2()
268 req.plane[0], width, height, offsetInBytes, /*alignment=*/ 1, in allocate2()
284 req.plane[0], width, height, offsetInBytes, /*alignment=*/ 1, in allocate2()
301 req.plane[0], width, height, offsetInBytes, /*alignment=*/ 1, in allocate2()
319 req.plane[0], width, height, offsetInBytes, /*alignment=*/ 16, in allocate2()
334 req.plane[0], width, height, offsetInBytes, /*alignment=*/ 16, in allocate2()
347 req.plane[0], width, height, offsetInBytes, /*alignment=*/ 1, in allocate2()
362 req.plane[0], width, height, offsetInBytes, /*alignment=*/ 1, in allocate2()
366 req.plane[1], width / 2, height / 2, offsetInBytes, /*alignment=*/ 1, in allocate2()
383 req.plane[0], width, height, offsetInBytes, /*alignment=*/ 16, in allocate2()
387 req.plane[1], width / 2, height / 2, offsetInBytes, /*alignment=*/ 16, in allocate2()
391 req.plane[2], width / 2, height / 2, offsetInBytes, /*alignment=*/ 16, in allocate2()
409 req.plane[0], width, height, offsetInBytes, /*alignment=*/ 1, in allocate2()
413 req.plane[1], width / 2, height / 2, offsetInBytes, /*alignment=*/ 1, in allocate2()
417 req.plane[2], width / 2, height / 2, offsetInBytes, /*alignment=*/ 1, in allocate2()
434 req.plane[0], width, height, offsetInBytes, /*alignment=*/ 1, in allocate2()
438 req.plane[1], width / 2, height / 2, offsetInBytes, /*alignment=*/ 1, in allocate2()
457 req.width = width; in allocate2()
547 uint32_t width = 0; member
602 metadata.width = req.width; in allocateImpl()
617 &rcEnc, req.width, req.height, in allocateImpl()
656 req.width, req.height, static_cast<uint32_t>(req.format), in allocateImpl()
694 if (desc.width <= 0) { return false; } in isSupportedImpl()