Searched defs:usage (Results 151 - 168 of 168) sorted by relevance

1234567

/hardware/qcom/display/msm8909/sdm/libs/hwc/
H A Dhwc_display.cpp481 int usage = GRALLOC_USAGE_HW_FB; local
488 usage |= GRALLOC_USAGE_PRIVATE_ALLOC_UBWC;
495 usage, aligned_width, aligned_height); local
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_display.cpp1605 uint32_t usage = GRALLOC_USAGE_HW_FB; local
1614 usage |= GRALLOC_USAGE_PRIVATE_ALLOC_UBWC;
1619 buffer_allocator_->GetAlignedWidthAndHeight(INT(x_pixels), INT(y_pixels), format, usage, local
1623 INT(usage), aligned_width, aligned_height);
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
H A Dhwc_display.cpp481 int usage = GRALLOC_USAGE_HW_FB; local
488 usage |= GRALLOC_USAGE_PRIVATE_ALLOC_UBWC;
495 usage, aligned_width, aligned_height); local
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_display.cpp1524 uint32_t usage = GRALLOC_USAGE_HW_FB; local
1533 usage |= GRALLOC_USAGE_PRIVATE_ALLOC_UBWC;
1538 buffer_allocator_->GetAlignedWidthAndHeight(INT(x_pixels), INT(y_pixels), format, usage, local
1542 INT(usage), aligned_width, aligned_height);
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_display.cpp1308 uint32_t usage = GRALLOC_USAGE_HW_FB | GRALLOC_USAGE_PRIVATE_ALLOC_UBWC; local
1313 buffer_allocator_->GetAlignedWidthAndHeight(INT(x_pixels), INT(y_pixels), format, usage, local
1317 INT(usage), aligned_width, aligned_height);
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_display.cpp1503 uint32_t usage = GRALLOC_USAGE_HW_FB; local
1509 usage |= GRALLOC_USAGE_PRIVATE_ALLOC_UBWC;
1514 buffer_allocator_->GetAlignedWidthAndHeight(INT(x_pixels), INT(y_pixels), format, usage, local
1518 INT(usage), aligned_width, aligned_height);
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
H A Dvenc_test.cpp39 //usage
1580 void usage(char* filename) function
1585 fprintf(stderr, "usage: %s LIVE <QCIF|QVGA> <MP4|H263> <FPS> <BITRATE> <NFRAMES> <OUTFILE>\n", fname);
1586 fprintf(stderr, "usage: %s FILE <QCIF|QVGA> <MP4|H263 <FPS> <BITRATE> <NFRAMES> <INFILE> <OUTFILE> ", fname);
1588 fprintf(stderr, "usage: %s PROFILE <QCIF|QVGA> <MP4|H263 <FPS> <BITRATE> <NFRAMES> <INFILE>\n", fname);
1589 fprintf(stderr, "usage: %s PREVIEW <QCIF|QVGA> <FPS> <NFRAMES>\n", fname);
1590 fprintf(stderr, "usage: %s DISPLAY <QCIF|QVGA> <FPS> <NFRAMES> <INFILE>\n", fname);
1646 usage(argv[0]);
1654 usage(argv[0]);
1663 usage(arg
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
H A Dvenc_test.cpp39 //usage
1605 void usage(char* filename) function
1610 fprintf(stderr, "usage: %s LIVE <QCIF|QVGA> <MP4|H263> <FPS> <BITRATE> <NFRAMES> <OUTFILE>\n", fname);
1611 fprintf(stderr, "usage: %s FILE <QCIF|QVGA> <MP4|H263 <FPS> <BITRATE> <NFRAMES> <INFILE> <OUTFILE> ", fname);
1613 fprintf(stderr, "usage: %s PROFILE <QCIF|QVGA> <MP4|H263 <FPS> <BITRATE> <NFRAMES> <INFILE>\n", fname);
1614 fprintf(stderr, "usage: %s PREVIEW <QCIF|QVGA> <FPS> <NFRAMES>\n", fname);
1615 fprintf(stderr, "usage: %s DISPLAY <QCIF|QVGA> <FPS> <NFRAMES> <INFILE>\n", fname);
1674 usage(argv[0]);
1680 usage(argv[0]);
1687 usage(arg
[all...]
/hardware/intel/img/hwcomposer/merrifield/common/devices/
H A DVirtualDevice.cpp576 uint32_t limit, uint32_t format, uint32_t usage)
581 mUsage(usage),
575 BufferList(VirtualDevice& vd, const char* name, uint32_t limit, uint32_t format, uint32_t usage) argument
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.h559 uint32_t usage; member in struct:qcamera::QCamera3HardwareInterface::__anon1972
/hardware/ril/reference-ril/
H A Dreference-ril.c3694 static void usage(char *s __unused) function
3699 fprintf(stderr, "usage: %s [-p <tcp port>] [-d /dev/tty_device]\n", s);
3780 usage(argv[0]);
3802 usage(argv[0]);
3808 usage(argv[0]);
3835 usage(argv[0]);
3852 usage(argv[0]);
3857 usage(argv[0]);
/hardware/intel/img/psb_video/src/
H A Dvsp_fw.h364 unsigned int usage; /* Indicates if this context is in use */ member in struct:vsp_multi_app_context_settings
473 * The host should only modify the vsp_context_settings_entry when the usage
475 * following state-transitions for the usage field:
483 * The VSP will only modify the vsp_context_settings_entry when the usage
485 * following state-transitions for the usage field:
/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp318 Return<Status> setUsage(BufferUsage usage) override;
489 Return<Status> PreviewWindowCb::setUsage(BufferUsage usage) { argument
490 auto rc = native_window_set_usage(mAnw.get(), static_cast<int>(usage));
492 mPreviewUsage = static_cast<int>(usage);
634 void allocateGraphicBuffer(uint32_t width, uint32_t height, uint64_t usage,
4724 GraphicBuffer::USAGE_HW_TEXTURE); //Use GLConsumer default usage flags
4813 void CameraHidlTest::allocateGraphicBuffer(uint32_t width, uint32_t height, uint64_t usage, argument
4830 descriptorInfo.usage = usage;
/hardware/interfaces/renderscript/1.0/default/
H A DContext.cpp86 Return<Allocation> Context::allocationCreateTyped(Type type, AllocationMipmapControl amips, int32_t usage, Ptr ptr) { argument
89 uint32_t _usage = usage;
95 Return<Allocation> Context::allocationCreateFromBitmap(Type type, AllocationMipmapControl amips, const hidl_vec<uint8_t>& bitmap, int32_t usage) { argument
99 uint32_t _usage = usage;
104 Return<Allocation> Context::allocationCubeCreateFromBitmap(Type type, AllocationMipmapControl amips, const hidl_vec<uint8_t>& bitmap, int32_t usage) { argument
108 uint32_t _usage = usage;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp3454 int usage = 0; local
3464 usage = hnd->data[3];
3466 usage = BatchInfo::getColorFormatAt(hnd, 0);
3468 if (usage & private_handle_t::PRIV_FLAGS_ITU_R_709) {
3477 if (usage & private_handle_t::PRIV_FLAGS_ITU_R_709 ||
3478 usage & private_handle_t::PRIV_FLAGS_ITU_R_601) {
3482 if (usage & private_handle_t::PRIV_FLAGS_ITU_R_601_FR) {
3498 if (usage & private_handle_t::PRIV_FLAGS_UBWC_ALIGNED) {
7205 int usage = hnd && (index + 2*hnd->numFds) < hnd->numInts ? local
7207 return usage;
[all...]
/hardware/google/av/codec2/include/
H A DC2Config.h928 * Memory usage.
933 constexpr char C2_PARAMKEY_INPUT_STREAM_USAGE[] = "input.buffers.usage";
934 constexpr char C2_PARAMKEY_OUTPUT_STREAM_USAGE[] = "output.buffers.usage";
962 uint64_t usage; ///< memory usage used member in struct:C2OutOfMemoryStruct
970 C2FIELD(usage, "usage")
1835 * This structure describes the preferred ion allocation parameters for a given memory usage.
1840 : usage(usage_), capacity(capacity_), heapMask(0), allocFlags(0), minAlignment(0) { }
1842 uint64_t usage; ///< C2MemoryUsag member in struct:C2StoreIonUsageStruct
[all...]
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCamera2HWI.cpp3022 int usage = 0; local
3027 usage = GRALLOC_USAGE_PRIVATE_ALLOC_UBWC ;
3036 maxFPS, usage);
3133 int usage = 0; local
3146 usage = private_handle_t::PRIV_FLAGS_UBWC_ALIGNED;
3148 videoMemory->setVideoInfo(usage, fmt);
3170 usage = private_handle_t::PRIV_FLAGS_UBWC_ALIGNED;
3172 videoMemory->setVideoInfo(usage, fmt);
3575 int usage = 0; local
3579 usage
[all...]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp3900 int usage = 0; local
3901 usage = MetaBufferUtil::getIntAt(hnd, 0, MetaBufferUtil::INT_USAGE);
3902 usage = usage > 0 ? usage : 0;
3904 if ((usage & private_handle_t::PRIV_FLAGS_ITU_R_601_FR)
3918 if (usage & private_handle_t::PRIV_FLAGS_ITU_R_709 ||
3919 usage & private_handle_t::PRIV_FLAGS_ITU_R_601) {
3923 if (usage & private_handle_t::PRIV_FLAGS_ITU_R_601_FR) {
3946 if (usage
4285 int usage = 0; local
[all...]

Completed in 1380 milliseconds

1234567