/hardware/qcom/camera/msm8998/usbcamcore/src/ |
D | QCameraMjpegDecode.cpp | 88 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/ |
D | copybit.h | 158 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);
|
D | copybit.cpp | 386 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/ |
D | copybit.h | 176 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/ |
D | copybit.h | 162 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/ |
D | copybit.h | 176 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/ |
D | copybit.h | 176 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/ |
D | copybit.h | 159 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/ |
D | copybit.h | 176 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/ |
D | copybit.h | 176 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/ |
D | copybit.h | 159 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/ |
D | copybit.h | 176 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/ |
D | IContext.hal | 205 * 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/ |
D | IBuffer.hal | 26 * 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/ |
D | VtsHalGraphicsMapperV2_0TargetTest.cpp | 281 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/ |
D | VtsHalGraphicsMapperV3_0TargetTest.cpp | 281 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/ |
D | ComposerCommandEngine.h | 537 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/ |
D | gr_device_impl.h | 109 const gralloc1_rect_t *region, void **out_data, 114 const gralloc1_rect_t *region,
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_device_impl.h | 109 const gralloc1_rect_t *region, void **out_data, 114 const gralloc1_rect_t *region,
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_device_impl.h | 109 const gralloc1_rect_t *region, void **out_data, 114 const gralloc1_rect_t *region,
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_device_impl.h | 109 const gralloc1_rect_t *region, void **out_data, 114 const gralloc1_rect_t *region,
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_copybit.cpp | 37 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/ |
D | gr_device_impl.h | 109 const gralloc1_rect_t *region, void **out_data, 114 const gralloc1_rect_t *region,
|
/hardware/qcom/sdm845/display/gralloc/ |
D | gr_device_impl.h | 109 const gralloc1_rect_t *region, void **out_data, 114 const gralloc1_rect_t *region,
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_copybit.cpp | 41 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 = ®Rect; 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()
|