Home
last modified time | relevance | path

Searched refs:input_count (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.h112 uint32_t input_count; member
Dvk_render_pass.c502 subpass->input_count = desc->inputAttachmentCount; in vk_common_CreateRenderPass2()
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_types.h1873 uint32_t input_count; member
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.cpp4702 if (dynamic_img_data.input_count >= stillmore_cap.min_burst_count && in configureStillMore()
4703 dynamic_img_data.input_count <= stillmore_cap.max_burst_count) { in configureStillMore()
4704 burst_cnt = dynamic_img_data.input_count; in configureStillMore()
DQCamera2HWICallbacks.cpp2068 dyn_img_data.input_count = stillmore_cap.burst_count; in updateMetadata()