Home
last modified time | relevance | path

Searched refs:region (Results 1 – 25 of 83) sorted by relevance

1234

/hardware/qcom/camera/msm8998/usbcamcore/src/
DQCameraMjpegDecode.cpp88 jpeg_rectangle_t region; member
348 dest.region = p_args->region; in decoder_test()
354 if (p_args->region.right || p_args->region.bottom) in decoder_test()
359 (uint32_t)(dest.region.right - dest.region.left + 1)); in decoder_test()
361 (uint32_t)(dest.region.bottom - dest.region.top + 1)); in decoder_test()
367 (uint32_t)(dest.region.right - dest.region.left + 1)); in decoder_test()
369 (uint32_t)(dest.region.bottom - dest.region.top + 1)); in decoder_test()
/hardware/qcom/display/msm8960/libcopybit/
Dcopybit.h158 int (*next)(struct copybit_region_t const *region, struct copybit_rect_t *rect);
211 struct copybit_region_t const *region);
230 struct copybit_region_t const *region);
Dcopybit.cpp386 struct copybit_region_t const *region) in stretch_copybit() argument
457 while ((status == 0) && region->next(region, &clip)) { in stretch_copybit()
500 struct copybit_region_t const *region) in blit_copybit() argument
504 return stretch_copybit(dev, dst, src, &dr, &sr, region); in blit_copybit()
/hardware/qcom/display/msm8909/libcopybit/
Dcopybit.h176 int (*next)(struct copybit_region_t const *region, struct copybit_rect_t *rect);
229 struct copybit_region_t const *region);
260 struct copybit_region_t const *region);
/hardware/qcom/display/msm8994/libcopybit/
Dcopybit.h162 int (*next)(struct copybit_region_t const *region, struct copybit_rect_t *rect);
215 struct copybit_region_t const *region);
246 struct copybit_region_t const *region);
/hardware/qcom/sm8150/display/libcopybit/
Dcopybit.h176 int (*next)(struct copybit_region_t const *region, struct copybit_rect_t *rect);
229 struct copybit_region_t const *region);
260 struct copybit_region_t const *region);
/hardware/qcom/display/msm8909w_3100/libcopybit/
Dcopybit.h176 int (*next)(struct copybit_region_t const *region, struct copybit_rect_t *rect);
229 struct copybit_region_t const *region);
260 struct copybit_region_t const *region);
/hardware/qcom/display/msm8084/libcopybit/
Dcopybit.h159 int (*next)(struct copybit_region_t const *region, struct copybit_rect_t *rect);
212 struct copybit_region_t const *region);
243 struct copybit_region_t const *region);
/hardware/qcom/sdm845/display/libcopybit/
Dcopybit.h176 int (*next)(struct copybit_region_t const *region, struct copybit_rect_t *rect);
229 struct copybit_region_t const *region);
260 struct copybit_region_t const *region);
/hardware/qcom/display/msm8996/libcopybit/
Dcopybit.h176 int (*next)(struct copybit_region_t const *region, struct copybit_rect_t *rect);
229 struct copybit_region_t const *region);
260 struct copybit_region_t const *region);
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit.h159 int (*next)(struct copybit_region_t const *region, struct copybit_rect_t *rect);
212 struct copybit_region_t const *region);
243 struct copybit_region_t const *region);
/hardware/qcom/display/msm8998/libcopybit/
Dcopybit.h176 int (*next)(struct copybit_region_t const *region, struct copybit_rect_t *rect);
229 struct copybit_region_t const *region);
260 struct copybit_region_t const *region);
/hardware/interfaces/renderscript/1.0/
DIContext.hal205 * Copies data into a 1D region of this Allocation.
210 * The size of the region is: count * Element's size.
241 * Copies from an array into a rectangular region in this Allocation.
246 * The size of the region is: w * h * Element's size.
249 * @param xoff X offset of the region to update in this Allocation
250 * @param yoff Y offset of the region to update in this Allocation
253 * @param w Width of the region to update
254 * @param h Height of the region to update
266 * Copies from an array into a 3D region in this Allocation.
271 * The size of the region is: w * h * d * Element's size.
[all …]
/hardware/interfaces/neuralnetworks/1.3/
DIBuffer.hal26 * Retrieves the content of this buffer to a shared memory region.
31 * @param dst The destination shared memory region.
42 * Sets the content of this buffer from a shared memory region.
44 * @param src The source shared memory region.
/hardware/interfaces/graphics/mapper/2.0/vts/functional/
DVtsHalGraphicsMapperV2_0TargetTest.cpp281 const IMapper::Rect region{0, 0, static_cast<int32_t>(info.width), in TEST_P() local
286 data = static_cast<uint8_t*>(mGralloc->lock(bufferHandle, info.usage, region, fence))); in TEST_P()
301 data = static_cast<uint8_t*>(mGralloc->lock(bufferHandle, info.usage, region, fence))); in TEST_P()
328 const IMapper::Rect region{0, 0, static_cast<int32_t>(info.width), in TEST_P() local
332 ASSERT_NO_FATAL_FAILURE(layout = mGralloc->lockYCbCr(bufferHandle, info.usage, region, fence)); in TEST_P()
352 ASSERT_NO_FATAL_FAILURE(layout = mGralloc->lockYCbCr(bufferHandle, info.usage, region, fence)); in TEST_P()
/hardware/interfaces/graphics/mapper/3.0/vts/functional/
DVtsHalGraphicsMapperV3_0TargetTest.cpp281 const IMapper::Rect region{0, 0, static_cast<int32_t>(info.width), in TEST_P() local
288 data = static_cast<uint8_t*>(mGralloc->lock(bufferHandle, info.usage, region, fence, in TEST_P()
311 data = static_cast<uint8_t*>(mGralloc->lock(bufferHandle, info.usage, region, fence, in TEST_P()
342 const IMapper::Rect region{0, 0, static_cast<int32_t>(info.width), in TEST_P() local
346 ASSERT_NO_FATAL_FAILURE(layout = mGralloc->lockYCbCr(bufferHandle, info.usage, region, fence)); in TEST_P()
366 ASSERT_NO_FATAL_FAILURE(layout = mGralloc->lockYCbCr(bufferHandle, info.usage, region, fence)); in TEST_P()
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerCommandEngine.h537 auto region = readRegion(length / 4); in executeSetLayerVisibleRegion() local
538 auto err = mHal->setLayerVisibleRegion(mCurrentDisplay, mCurrentLayer, region); in executeSetLayerVisibleRegion()
566 std::vector<hwc_rect_t> region; in readRegion() local
567 region.reserve(count); in readRegion()
569 region.emplace_back(readRect()); in readRegion()
573 return region; in readRegion()
/hardware/qcom/display/msm8909/gralloc/
Dgr_device_impl.h109 const gralloc1_rect_t *region, void **out_data,
114 const gralloc1_rect_t *region,
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_device_impl.h109 const gralloc1_rect_t *region, void **out_data,
114 const gralloc1_rect_t *region,
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_device_impl.h109 const gralloc1_rect_t *region, void **out_data,
114 const gralloc1_rect_t *region,
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_device_impl.h109 const gralloc1_rect_t *region, void **out_data,
114 const gralloc1_rect_t *region,
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_copybit.cpp37 region_iterator(hwc_region_t region) { in region_iterator()
38 mRegion = region; in region_iterator()
39 r.end = region.numRects; in region_iterator()
459 hwc_region_t region = layer->visibleRegionScreen; in drawLayerUsingCopybit() local
460 region_iterator copybitRegion(region); in drawLayerUsingCopybit()
/hardware/qcom/sm8150/display/gralloc/
Dgr_device_impl.h109 const gralloc1_rect_t *region, void **out_data,
114 const gralloc1_rect_t *region,
/hardware/qcom/sdm845/display/gralloc/
Dgr_device_impl.h109 const gralloc1_rect_t *region, void **out_data,
114 const gralloc1_rect_t *region,
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_copybit.cpp41 region_iterator(hwc_region_t region) { in region_iterator()
42 mRegion = region; in region_iterator()
43 r.end = (int)region.numRects; in region_iterator()
693 hwc_region_t region; in drawRectUsingCopybit() local
694 region.numRects = 1; in drawRectUsingCopybit()
695 region.rects = &regRect; in drawRectUsingCopybit()
696 region_iterator copybitRegion(region); in drawRectUsingCopybit()
938 hwc_region_t region = layer->visibleRegionScreen; in drawLayerUsingCopybit() local
939 region_iterator copybitRegion(region); in drawLayerUsingCopybit()

1234