Searched refs:pipeId (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/display/msm8226/liboverlay/pipes/
H A DoverlayGenPipe.cpp78 int pipeId = mCtrl->getPipeId(); local
79 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1");
81 mData->setPipeId(pipeId);
/hardware/qcom/display/msm8909/liboverlay/pipes/
H A DoverlayGenPipe.cpp78 int pipeId = mCtrl->getPipeId(); local
79 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1");
81 mData->setPipeId(pipeId);
/hardware/qcom/display/msm8994/liboverlay/pipes/
H A DoverlayGenPipe.cpp78 int pipeId = mCtrl->getPipeId(); local
79 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1");
81 mData->setPipeId(pipeId);
/hardware/qcom/display/msm8084/liboverlay/pipes/
H A DoverlayGenPipe.cpp92 int pipeId = mCtrl->getPipeId(); local
93 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1");
95 mData->setPipeId(pipeId);
/hardware/qcom/display/msm8960/liboverlay/pipes/
H A DoverlayGenPipe.cpp172 int pipeId = mCtrlData.ctrl.getPipeId(); local
173 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1");
175 mCtrlData.data.setPipeId(pipeId);
/hardware/intel/img/psb_video/src/
H A Dpsb_overlay.c228 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
411 i830_display_video( VADriverContextP ctx, PsbPortPrivPtr pPriv, VASurfaceID __maybe_unused surface, int id, short width, short height, int dstPitch, int srcPitch, int __maybe_unused x1, int __maybe_unused y1, int __maybe_unused x2, int __maybe_unused y2, BoxPtr dstBox, short src_w, short src_h, short drw_w, short drw_h, unsigned int flags, int overlayId, int pipeId) argument
847 I830PutImageFlipRotateSurface( VADriverContextP ctx, object_surface_p obj_surface, int *src_w_new, int *src_h_new, int *width_new, int *height_new, psb_surface_p *psb_surface_new, int pipeId) argument
926 I830PutImageFlipRotateDebug( VADriverContextP ctx, VASurfaceID surface, short __maybe_unused src_x, short __maybe_unused src_y, short __maybe_unused src_w, short __maybe_unused src_h, short __maybe_unused drw_x, short __maybe_unused drw_y, short __maybe_unused drw_w, short __maybe_unused drw_h, int __maybe_unused fourcc, int __maybe_unused flags, int __maybe_unused overlayId, int pipeId) argument
1018 I830PutImage( VADriverContextP ctx, VASurfaceID surface, int src_x, int src_y, int src_w, int src_h, int drw_x, int drw_y, int drw_w, int drw_h, int fourcc, int flags, int overlayId, int pipeId) argument
[all...]
H A Dpsb_overlay.h356 int pipeId

Completed in 147 milliseconds