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

  /hardware/qcom/display/msm8226/liboverlay/pipes/
overlayGenPipe.cpp 78 int pipeId = mCtrl->getPipeId();
79 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1");
81 mData->setPipeId(pipeId);
  /hardware/qcom/display/msm8909/liboverlay/pipes/
overlayGenPipe.cpp 78 int pipeId = mCtrl->getPipeId();
79 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1");
81 mData->setPipeId(pipeId);
  /hardware/qcom/display/msm8994/liboverlay/pipes/
overlayGenPipe.cpp 78 int pipeId = mCtrl->getPipeId();
79 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1");
81 mData->setPipeId(pipeId);
  /hardware/qcom/display/msm8084/liboverlay/pipes/
overlayGenPipe.cpp 92 int pipeId = mCtrl->getPipeId();
93 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1");
95 mData->setPipeId(pipeId);
  /hardware/qcom/display/msm8960/liboverlay/pipes/
overlayGenPipe.cpp 172 int pipeId = mCtrlData.ctrl.getPipeId();
173 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1");
175 mCtrlData.data.setPipeId(pipeId);
  /hardware/intel/img/psb_video/src/
psb_overlay.c 228 static void I830SwitchPipe(VADriverContextP ctx , int overlayId, int pipeId)
243 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Overlay %d switch to pipe %d\n", overlayId, pipeId);
259 switch (pipeId) {
416 unsigned int flags, int overlayId, int pipeId)
474 if (((pipeId == PIPEA) && (driver_data->mipi0_rotation != VA_ROTATION_NONE)) ||
475 ((pipeId == PIPEB) && (driver_data->hdmi_rotation != VA_ROTATION_NONE))) {
809 switch (pipeId) {
827 overlay->OCONFIG |= pipeId << 18; /* mrst */
853 int pipeId)
864 if (((pipeId == PIPEA) && (driver_data->local_rotation == VA_ROTATION_NONE)) |
    [all...]
psb_overlay.h 356 int pipeId

Completed in 309 milliseconds