/hardware/google/graphics/common/libscaler/ |
D | libscaler-v4l2.cpp | 312 frm.out_num_planes = fmt.fmt.pix_mp.num_planes; in DevSetFormat() 314 for (int i = 0; i < frm.out_num_planes; i++) in DevSetFormat() 328 if (frm.out_num_planes > SC_MAX_PLANES) { in DevSetFormat() 329 SC_LOGE("Number of planes exceeds %d of %s", frm.out_num_planes, frm.name); in DevSetFormat() 368 buffer.length = frm.out_num_planes; in QBuf() 496 buffer.length = frm.out_num_planes; in DQBuf() 519 for (int i = 0; i < frm.out_num_planes; i++) { in GetBuffer() 540 for (int i = 0; i < frm.out_num_planes; i++) { in PutBuffer() 569 m_frmSrc.out_num_planes = 1; in RunSWScaling() 571 m_frmDst.out_num_planes = 1; in RunSWScaling() [all …]
|
D | libscaler-v4l2.h | 93 int out_num_planes; member
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_device_impl.cpp | 414 uint32_t *out_num_planes) { in GetNumFlexPlanes() argument 415 if (!out_num_planes) { in GetNumFlexPlanes() 423 status = dev->buf_mgr_->GetNumFlexPlanes(hnd, out_num_planes); in GetNumFlexPlanes()
|
D | gr_buf_mgr.h | 50 gralloc1_error_t GetNumFlexPlanes(const private_handle_t *hnd, uint32_t *out_num_planes);
|
D | gr_device_impl.h | 105 uint32_t *out_num_planes);
|
D | gr_buf_mgr.cpp | 858 uint32_t *out_num_planes) { in GetNumFlexPlanes() argument 862 *out_num_planes = 3; in GetNumFlexPlanes()
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_device_impl.cpp | 415 uint32_t *out_num_planes) { in GetNumFlexPlanes() argument 416 if (!out_num_planes) { in GetNumFlexPlanes() 424 status = dev->buf_mgr_->GetNumFlexPlanes(hnd, out_num_planes); in GetNumFlexPlanes()
|
D | gr_buf_mgr.h | 50 gralloc1_error_t GetNumFlexPlanes(const private_handle_t *hnd, uint32_t *out_num_planes);
|
D | gr_device_impl.h | 105 uint32_t *out_num_planes);
|
D | gr_buf_mgr.cpp | 857 uint32_t *out_num_planes) { in GetNumFlexPlanes() argument 861 *out_num_planes = 3; in GetNumFlexPlanes()
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_buf_mgr.h | 50 gralloc1_error_t GetNumFlexPlanes(const private_handle_t *hnd, uint32_t *out_num_planes);
|
D | gr_device_impl.h | 105 uint32_t *out_num_planes);
|
D | gr_device_impl.cpp | 398 uint32_t *out_num_planes) { in GetNumFlexPlanes() argument 403 status = dev->buf_mgr_->GetNumFlexPlanes(hnd, out_num_planes); in GetNumFlexPlanes()
|
D | gr_buf_mgr.cpp | 766 uint32_t *out_num_planes) { in GetNumFlexPlanes() argument 770 *out_num_planes = 3; in GetNumFlexPlanes()
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_buf_mgr.h | 50 gralloc1_error_t GetNumFlexPlanes(const private_handle_t *hnd, uint32_t *out_num_planes);
|
D | gr_device_impl.h | 105 uint32_t *out_num_planes);
|
D | gr_device_impl.cpp | 415 uint32_t *out_num_planes) { in GetNumFlexPlanes() argument 420 status = dev->buf_mgr_->GetNumFlexPlanes(hnd, out_num_planes); in GetNumFlexPlanes()
|
D | gr_buf_mgr.cpp | 758 uint32_t *out_num_planes) { in GetNumFlexPlanes() argument 762 *out_num_planes = 3; in GetNumFlexPlanes()
|
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_device_impl.h | 105 uint32_t *out_num_planes);
|
D | gr_device_impl.cpp | 574 uint32_t *out_num_planes) { in GetNumFlexPlanes() argument 575 if (!out_num_planes) { in GetNumFlexPlanes() 585 *out_num_planes = 3; in GetNumFlexPlanes()
|
/hardware/qcom/sm7250/display/gralloc/ |
D | gr_device_impl.h | 105 uint32_t *out_num_planes);
|
D | gr_device_impl.cpp | 577 uint32_t *out_num_planes) { in GetNumFlexPlanes() argument 578 if (!out_num_planes) { in GetNumFlexPlanes() 588 *out_num_planes = 3; in GetNumFlexPlanes()
|
/hardware/qcom/sdm845/display/gralloc/ |
D | gr_device_impl.h | 105 uint32_t *out_num_planes);
|
D | gr_device_impl.cpp | 555 uint32_t *out_num_planes) { in GetNumFlexPlanes() argument 556 if (!out_num_planes) { in GetNumFlexPlanes() 566 *out_num_planes = 3; in GetNumFlexPlanes()
|