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

  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_info.cpp 259 HWPipeCaps pipe_caps; local
260 pipe_caps.type = kPipeTypeUnused;
264 pipe_caps.type = kPipeTypeVIG;
267 pipe_caps.type = kPipeTypeRGB;
270 pipe_caps.type = kPipeTypeDMA;
273 pipe_caps.type = kPipeTypeCursor;
277 pipe_caps.id = UINT32(atoi(tokens[j+1]));
279 pipe_caps.max_rects = UINT32(atoi(tokens[j+1]));
284 if (pipe_caps.type == kPipeTypeVIG) {
286 } else if (pipe_caps.type == kPipeTypeRGB)
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/core/fb/
hw_info.cpp 254 HWPipeCaps pipe_caps; local
255 pipe_caps.type = kPipeTypeUnused;
259 pipe_caps.type = kPipeTypeVIG;
262 pipe_caps.type = kPipeTypeRGB;
265 pipe_caps.type = kPipeTypeDMA;
268 pipe_caps.type = kPipeTypeCursor;
272 pipe_caps.id = UINT32(atoi(tokens[j+1]));
274 pipe_caps.max_rects = UINT32(atoi(tokens[j+1]));
279 if (pipe_caps.type == kPipeTypeVIG) {
281 } else if (pipe_caps.type == kPipeTypeRGB)
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
hw_info.cpp 250 HWPipeCaps pipe_caps; local
251 pipe_caps.type = kPipeTypeUnused;
255 pipe_caps.type = kPipeTypeVIG;
258 pipe_caps.type = kPipeTypeRGB;
261 pipe_caps.type = kPipeTypeDMA;
264 pipe_caps.type = kPipeTypeCursor;
268 pipe_caps.id = UINT32(atoi(tokens[j+1]));
270 pipe_caps.max_rects = UINT32(atoi(tokens[j+1]));
275 if (pipe_caps.type == kPipeTypeVIG) {
277 } else if (pipe_caps.type == kPipeTypeRGB)
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_info.cpp 250 HWPipeCaps pipe_caps; local
251 pipe_caps.type = kPipeTypeUnused;
255 pipe_caps.type = kPipeTypeVIG;
258 pipe_caps.type = kPipeTypeRGB;
261 pipe_caps.type = kPipeTypeDMA;
264 pipe_caps.type = kPipeTypeCursor;
268 pipe_caps.id = UINT32(atoi(tokens[j+1]));
270 pipe_caps.max_rects = UINT32(atoi(tokens[j+1]));
275 if (pipe_caps.type == kPipeTypeVIG) {
277 } else if (pipe_caps.type == kPipeTypeRGB)
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/drm/
hw_info_drm.cpp 251 HWPipeCaps pipe_caps; local
255 pipe_caps.type = kPipeTypeRGB;
260 pipe_caps.type = kPipeTypeVIG;
265 pipe_caps.type = kPipeTypeDMA;
270 pipe_caps.type = kPipeTypeCursor;
277 pipe_caps.id = pipe_obj.first;
278 pipe_caps.max_rects = 1;
280 hw_resource->hw_pipes.push_back(std::move(pipe_caps));
  /hardware/qcom/display/msm8909/sdm/libs/core/drm/
hw_info_drm.cpp 274 HWPipeCaps pipe_caps; local
279 pipe_caps.type = kPipeTypeDMA;
287 pipe_caps.type = kPipeTypeVIG;
296 pipe_caps.type = kPipeTypeCursor;
306 pipe_caps.id = pipe_obj.first;
307 pipe_caps.master_pipe_id = pipe_obj.second.master_plane_id;
309 hw_resource->hw_pipes.push_back(std::move(pipe_caps));
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
hw_info_drm.cpp 263 HWPipeCaps pipe_caps; local
268 pipe_caps.type = kPipeTypeDMA;
276 pipe_caps.type = kPipeTypeVIG;
285 pipe_caps.type = kPipeTypeCursor;
295 pipe_caps.id = pipe_obj.first;
296 pipe_caps.master_pipe_id = pipe_obj.second.master_plane_id;
298 hw_resource->hw_pipes.push_back(std::move(pipe_caps));
  /hardware/qcom/display/msm8909/sdm/libs/core/
resource_default.cpp 90 const HWPipeCaps &pipe_caps = hw_res_info_.hw_pipes.at(i); local
91 if (pipe_caps.type == kPipeTypeVIG) {
94 src_pipes_[vig_index].mdss_pipe_id = pipe_caps.id;
96 } else if (pipe_caps.type == kPipeTypeRGB) {
99 src_pipes_[rgb_index].mdss_pipe_id = pipe_caps.id;
101 } else if (pipe_caps.type == kPipeTypeDMA) {
104 src_pipes_[dma_index].mdss_pipe_id = pipe_caps.id;
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
resource_default.cpp 90 const HWPipeCaps &pipe_caps = hw_res_info_.hw_pipes.at(i); local
91 if (pipe_caps.type == kPipeTypeVIG) {
94 src_pipes_[vig_index].mdss_pipe_id = pipe_caps.id;
96 } else if (pipe_caps.type == kPipeTypeRGB) {
99 src_pipes_[rgb_index].mdss_pipe_id = pipe_caps.id;
101 } else if (pipe_caps.type == kPipeTypeDMA) {
104 src_pipes_[dma_index].mdss_pipe_id = pipe_caps.id;
  /hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.cpp 59 const HWPipeCaps &pipe_caps = hw_res_info_.hw_pipes.at(i); local
60 if (pipe_caps.type == kPipeTypeVIG) {
63 src_pipes_[vig_index].mdss_pipe_id = pipe_caps.id;
65 } else if (pipe_caps.type == kPipeTypeRGB) {
68 src_pipes_[rgb_index].mdss_pipe_id = pipe_caps.id;
70 } else if (pipe_caps.type == kPipeTypeDMA) {
73 src_pipes_[dma_index].mdss_pipe_id = pipe_caps.id;
  /hardware/qcom/display/msm8998/sdm/libs/core/
resource_default.cpp 90 const HWPipeCaps &pipe_caps = hw_res_info_.hw_pipes.at(i); local
91 if (pipe_caps.type == kPipeTypeVIG) {
94 src_pipes_[vig_index].mdss_pipe_id = pipe_caps.id;
96 } else if (pipe_caps.type == kPipeTypeRGB) {
99 src_pipes_[rgb_index].mdss_pipe_id = pipe_caps.id;
101 } else if (pipe_caps.type == kPipeTypeDMA) {
104 src_pipes_[dma_index].mdss_pipe_id = pipe_caps.id;

Completed in 389 milliseconds