Searched refs:usage (Results 151 - 162 of 162) sorted by relevance

1234567

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
H A Dx86_abi_support.asm179 ; its register usage. YASM doesn't recognize these directives, so we just
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_copybit.cpp888 int usage = GRALLOC_USAGE_PRIVATE_IOMMU_HEAP; local
896 if (0 == alloc_buffer(&tmpHnd, tmp_w, tmp_h, format, usage) && tmpHnd) {
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_copybit.cpp941 int usage = GRALLOC_USAGE_PRIVATE_IOMMU_HEAP; local
949 if (0 == alloc_buffer(&tmpHnd, tmp_w, tmp_h, format, usage) && tmpHnd) {
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWI.cpp2678 int usage = 0; local
2683 usage = GRALLOC_USAGE_PRIVATE_ALLOC_UBWC ;
2692 maxFPS, usage);
2800 int usage = 0; local
2804 usage = private_handle_t::PRIV_FLAGS_UBWC_ALIGNED;
2806 videoMemory->setVideoInfo(usage, fmt);
3130 int usage = 0; local
3134 usage = private_handle_t::PRIV_FLAGS_UBWC_ALIGNED;
3136 video_mem->setVideoInfo(usage, fmt);
H A DQCamera2HWICallbacks.cpp1531 int usage = frameobj->getUsage(); local
1545 nh->data[(3 * fd_cnt) + i] = usage;
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_copybit.cpp1061 int usage = GRALLOC_USAGE_PRIVATE_IOMMU_HEAP; local
1069 if (0 == alloc_buffer(&tmpHnd, tmp_w, tmp_h, format, usage) && tmpHnd) {
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp3215 int usage = 0; local
3225 usage = hnd->data[3];
3227 usage = BatchInfo::getColorFormatAt(hnd, 0);
3229 if (usage & private_handle_t::PRIV_FLAGS_ITU_R_709) {
3242 if (usage & private_handle_t::PRIV_FLAGS_UBWC_ALIGNED) {
6517 int usage = hnd && (index + 2*hnd->numFds) < hnd->numInts ? local
6519 return usage;
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu.c267 "g/set dma usage: [PIO | SDMA | ADMA1 | ADMA2]"},
394 /* command usage */
484 /* print usage of port commands */
489 /* print usage of common commands without port counterparts */
2693 goto usage;
2707 usage:
/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/ti/omap4xxx/hwc/
H A Dhwc.c328 return (handle->usage & GRALLOC_USAGE_PROTECTED);
378 return (handle->usage & GRALLOC_USAGE_EXTERNAL_DISP);
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Channel.cpp1353 if (stream->usage & GRALLOC_USAGE_HW_VIDEO_ENCODER) {
1358 IS_USAGE_ZSL(stream->usage)){
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c431 return (handle->usage & GRALLOC_USAGE_PROTECTED);
527 return (handle->usage & GRALLOC_USAGE_EXTERNAL_DISP);

Completed in 1092 milliseconds

1234567