Searched refs:pipeId (Results 1 – 7 of 7) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | 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) in i830_display_video() argument 474 if (((pipeId == PIPEA) && (driver_data->mipi0_rotation != VA_ROTATION_NONE)) || in i830_display_video() 475 ((pipeId == PIPEB) && (driver_data->hdmi_rotation != VA_ROTATION_NONE))) { in i830_display_video() 809 switch (pipeId) { in i830_display_video() 827 overlay->OCONFIG |= pipeId << 18; /* mrst */ in i830_display_video() 853 int pipeId) in I830PutImageFlipRotateSurface() argument 864 if (((pipeId == PIPEA) && (driver_data->local_rotation == VA_ROTATION_NONE)) || in I830PutImageFlipRotateSurface() [all …]
|
D | psb_overlay.h | 356 int pipeId
|
/hardware/qcom/display/msm8226/liboverlay/pipes/ |
D | overlayGenPipe.cpp | 78 int pipeId = mCtrl->getPipeId(); in queueBuffer() local 79 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1"); in queueBuffer() 81 mData->setPipeId(pipeId); in queueBuffer()
|
/hardware/qcom/display/msm8909/liboverlay/pipes/ |
D | overlayGenPipe.cpp | 78 int pipeId = mCtrl->getPipeId(); in queueBuffer() local 79 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1"); in queueBuffer() 81 mData->setPipeId(pipeId); in queueBuffer()
|
/hardware/qcom/display/msm8994/liboverlay/pipes/ |
D | overlayGenPipe.cpp | 78 int pipeId = mCtrl->getPipeId(); in queueBuffer() local 79 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1"); in queueBuffer() 81 mData->setPipeId(pipeId); in queueBuffer()
|
/hardware/qcom/display/msm8084/liboverlay/pipes/ |
D | overlayGenPipe.cpp | 92 int pipeId = mCtrl->getPipeId(); in queueBuffer() local 93 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1"); in queueBuffer() 95 mData->setPipeId(pipeId); in queueBuffer()
|
/hardware/qcom/display/msm8960/liboverlay/pipes/ |
D | overlayGenPipe.cpp | 172 int pipeId = mCtrlData.ctrl.getPipeId(); in queueBuffer() local 173 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1"); in queueBuffer() 175 mCtrlData.data.setPipeId(pipeId); in queueBuffer()
|