HomeSort by relevance Sort by last modified time
    Searched refs:pipe_type (Results 1 - 19 of 19) sorted by null

  /hardware/qcom/display/msm8998/sdm/libs/core/drm/
hw_info_drm.cpp 283 for (auto &pipe_type : info.types) {
285 for (auto &fmts : pipe_type.second.formats_supported) {
290 switch (pipe_type.first) {
294 hw_resource->max_pipe_width = pipe_type.second.max_linewidth;
295 hw_resource->max_scale_down = pipe_type.second.max_downscale;
296 hw_resource->max_scale_up = pipe_type.second.max_upscale;
298 pipe_type.second.max_horizontal_deci > 1 && pipe_type.second.max_vertical_deci > 1;
303 hw_resource->max_pipe_width = pipe_type.second.max_linewidth;
304 hw_resource->max_scale_down = pipe_type.second.max_downscale
    [all...]
  /external/ltp/testcases/kernel/ipc/pipeio/
pipeio.c 114 static char *pipe_type; /* type of pipe under test */ variable
159 error, size, pipe_type, blk_type);
162 count + 1, size, pipe_type, blk_type);
478 pipe_type = PIPE_UNNAMED;
485 pipe_type = PIPE_NAMED;
607 i, count, size, pipe_type, blk_type,
710 pipe_type, blk_type,
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdp.cpp 125 mOVInfo.pipe_type = PIPE_TYPE_RGB;
128 mOVInfo.pipe_type = PIPE_TYPE_VIG;
131 mOVInfo.pipe_type = PIPE_TYPE_DMA;
134 mOVInfo.pipe_type = PIPE_TYPE_AUTO;
  /hardware/qcom/display/msm8909/liboverlay/
overlayMdp.cpp 120 mOVInfo.pipe_type = PIPE_TYPE_RGB;
123 mOVInfo.pipe_type = PIPE_TYPE_VIG;
126 mOVInfo.pipe_type = PIPE_TYPE_DMA;
129 mOVInfo.pipe_type = PIPE_TYPE_AUTO;
  /hardware/qcom/display/msm8994/liboverlay/
overlayMdp.cpp 125 mOVInfo.pipe_type = PIPE_TYPE_RGB;
128 mOVInfo.pipe_type = PIPE_TYPE_VIG;
131 mOVInfo.pipe_type = PIPE_TYPE_DMA;
134 mOVInfo.pipe_type = PIPE_TYPE_AUTO;
  /hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.h 105 uint32_t NextPipe(PipeType pipe_type, HWBlockType hw_block_id);
  /hardware/qcom/display/msm8998/sdm/libs/core/
resource_default.h 111 uint32_t NextPipe(PipeType pipe_type, HWBlockType hw_block_id);
  /hardware/qcom/display/sdm845/sdm/libs/core/
resource_default.h 111 uint32_t NextPipe(PipeType pipe_type, HWBlockType hw_block_id);
  /external/mesa3d/src/gallium/state_trackers/vdpau/
vdpau_private.h 82 PipeToChroma(enum pipe_video_chroma_format pipe_type)
84 switch (pipe_type) {
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_mdp.h 603 uint32_t pipe_type; member in struct:mdp_overlay
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_mdp.h 616 * @pipe_type: Used to specify the type of overlay pipe.
654 uint32_t pipe_type; member in struct:mdp_overlay
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_mdp.h 785 uint32_t pipe_type; member in struct:mdp_overlay
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_mdp.h 783 * @pipe_type: Used to specify the type of overlay pipe.
821 uint32_t pipe_type; member in struct:mdp_overlay
    [all...]
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_mdp.h 800 uint32_t pipe_type; member in struct:mdp_overlay
    [all...]
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_mdp.h 797 * @pipe_type: Used to specify the type of overlay pipe.
835 uint32_t pipe_type; member in struct:mdp_overlay
    [all...]
  /hardware/qcom/msm8x09/kernel-headers/linux/
msm_mdp.h 744 uint32_t pipe_type; member in struct:mdp_overlay
    [all...]
  /hardware/qcom/msm8x09/original-kernel-headers/linux/
msm_mdp.h 748 * @pipe_type: Used to specify the type of overlay pipe.
786 uint32_t pipe_type; member in struct:mdp_overlay
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_mdp.h 581 uint32_t pipe_type; member in struct:mdp_overlay
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_mdp.h 593 * @pipe_type: Used to specify the type of overlay pipe.
631 uint32_t pipe_type; member in struct:mdp_overlay

Completed in 288 milliseconds