/hardware/qcom/display/msm8960/liboverlay/ |
overlay.h | 63 utils::eDest nextPipe(utils::eMdpPipeType, int dpy); 65 void setSource(const utils::PipeArgs args, utils::eDest dest); 66 void setCrop(const utils::Dim& d, utils::eDest dest); 67 void setTransform(const int orientation, utils::eDest dest); 68 void setPosition(const utils::Dim& dim, utils::eDest dest); 69 void setVisualParams(const MetaData_t& data, utils::eDest dest); 70 bool commit(utils::eDest dest); 71 bool queueBuffer(int fd, uint32_t offset, utils::eDest dest); 122 static utils::eMdpPipeType getPipeType(utils::eDest dest); 123 static const char* getDestStr(utils::eDest dest) [all...] |
overlay.cpp | 74 PipeBook::getDestStr((eDest)i), mPipeBook[i].mDisplay); 84 eDest Overlay::nextPipe(eMdpPipeType type, int dpy) { 85 eDest dest = OV_INVALID; 89 if(type == OV_MDP_PIPE_ANY || type == PipeBook::getPipeType((eDest)i)) { 95 dest = (eDest)i; 122 bool Overlay::commit(utils::eDest dest) { 141 utils::eDest dest) { 153 utils::eDest dest) { 160 utils::eDest dest) { 167 utils::eDest dest) [all...] |
/hardware/qcom/display/msm8x26/liboverlay/ |
overlay.h | 63 utils::eDest nextPipe(utils::eMdpPipeType, int dpy); 65 void setSource(const utils::PipeArgs args, utils::eDest dest); 66 void setCrop(const utils::Dim& d, utils::eDest dest); 67 void setTransform(const int orientation, utils::eDest dest); 68 void setPosition(const utils::Dim& dim, utils::eDest dest); 69 void setVisualParams(const MetaData_t& data, utils::eDest dest); 70 bool commit(utils::eDest dest); 71 bool queueBuffer(int fd, uint32_t offset, utils::eDest dest); 122 static utils::eMdpPipeType getPipeType(utils::eDest dest); 123 static const char* getDestStr(utils::eDest dest) [all...] |
overlay.cpp | 74 PipeBook::getDestStr((eDest)i), mPipeBook[i].mDisplay); 84 eDest Overlay::nextPipe(eMdpPipeType type, int dpy) { 85 eDest dest = OV_INVALID; 89 if(type == OV_MDP_PIPE_ANY || type == PipeBook::getPipeType((eDest)i)) { 95 dest = (eDest)i; 122 bool Overlay::commit(utils::eDest dest) { 141 utils::eDest dest) { 153 utils::eDest dest) { 160 utils::eDest dest) { 167 utils::eDest dest) [all...] |
/hardware/qcom/display/msm8974/liboverlay/ |
overlay.h | 75 utils::eDest nextPipe(utils::eMdpPipeType, int dpy, int mixer); 77 void setSource(const utils::PipeArgs args, utils::eDest dest); 78 void setCrop(const utils::Dim& d, utils::eDest dest); 79 void setTransform(const int orientation, utils::eDest dest); 80 void setPosition(const utils::Dim& dim, utils::eDest dest); 81 void setVisualParams(const MetaData_t& data, utils::eDest dest); 82 bool commit(utils::eDest dest); 83 bool queueBuffer(int fd, uint32_t offset, utils::eDest dest); 144 static utils::eMdpPipeType getPipeType(utils::eDest dest); 145 static const char* getDestStr(utils::eDest dest) [all...] |
overlay.cpp | 73 PipeBook::getDestStr((eDest)i), 86 eDest Overlay::nextPipe(eMdpPipeType type, int dpy, int mixer) { 87 eDest dest = OV_INVALID; 91 type == PipeBook::getPipeType((eDest)i)) && 98 PipeBook::getPipeType((eDest)i) == OV_MDP_PIPE_DMA)) { 99 dest = (eDest)i; 128 if(type == PipeBook::getPipeType((eDest)i) && 136 bool Overlay::commit(utils::eDest dest) { 162 utils::eDest dest) { 174 utils::eDest dest) [all...] |
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_fbupdate.h | 63 ovutils::eDest mDest; //pipe to draw on 78 ovutils::eDest mDestLeft; //left pipe to draw on 79 ovutils::eDest mDestRight; //right pipe to draw on
|
hwc_mdpcomp.h | 133 ovutils::eDest getMdpPipe(hwc_context_t *ctx, ePipeType type); 185 ovutils::eDest index; 208 ovutils::eDest lIndex; 209 ovutils::eDest rIndex;
|
hwc_fbupdate.cpp | 71 ovutils::eDest dest = ov.nextPipe(ovutils::OV_MDP_PIPE_ANY, mDpy); 134 ovutils::eDest dest = mDest; 175 ovutils::eDest destL = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy); 182 ovutils::eDest destR = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy); 271 ovutils::eDest destL = mDestLeft; 272 ovutils::eDest destR = mDestRight;
|
hwc_mdpcomp.cpp | 314 ovutils::eDest MDPComp::getMdpPipe(hwc_context_t *ctx, ePipeType type) { 316 ovutils::eDest mdp_pipe = ovutils::OV_INVALID; 807 eDest dest = mdp_info.index; 916 ovutils::eDest dest = pipe_info.index; [all...] |
hwc_utils.h | 201 const ovutils::eIsFg& isFg, const ovutils::eDest& dest, 207 const ovutils::eIsFg& isFg, const ovutils::eDest& lDest, 208 const ovutils::eDest& rDest, overlay::Rotator **rot);
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_fbupdate.h | 64 ovutils::eDest mDest; //pipe to draw on 79 ovutils::eDest mDestLeft; //left pipe to draw on 80 ovutils::eDest mDestRight; //right pipe to draw on
|
hwc_ad.h | 63 overlay::utils::eDest mDest;
|
hwc_mdpcomp.h | 126 ovutils::eDest getMdpPipe(hwc_context_t *ctx, ePipeType type, int mixer); 193 ovutils::eDest index; 217 ovutils::eDest lIndex; 218 ovutils::eDest rIndex;
|
hwc_fbupdate.cpp | 92 ovutils::eDest dest = ov.nextPipe(type, mDpy, Overlay::MIXER_DEFAULT); 160 ovutils::eDest dest = mDest; 211 ovutils::eDest destL = ov.nextPipe(ovutils::OV_MDP_PIPE_ANY, mDpy, 219 ovutils::eDest destR = ov.nextPipe(ovutils::OV_MDP_PIPE_ANY, mDpy, 321 ovutils::eDest destL = mDestLeft; 322 ovutils::eDest destR = mDestRight;
|
hwc_mdpcomp.cpp | 309 ovutils::eDest MDPComp::getMdpPipe(hwc_context_t *ctx, ePipeType type, 312 ovutils::eDest mdp_pipe = ovutils::OV_INVALID; 957 eDest dest = mdp_info.index; [all...] |
hwc_utils.h | 225 const ovutils::eDest& dest); 233 const ovutils::eIsFg& isFg, const ovutils::eDest& dest, 239 const ovutils::eIsFg& isFg, const ovutils::eDest& lDest, 240 const ovutils::eDest& rDest, overlay::Rotator **rot);
|
hwc_ad.cpp | 170 ovutils::eDest dest = ctx->mOverlay->nextPipe(ovutils::OV_MDP_PIPE_VG,
|
/hardware/qcom/display/msm8x26/libhwcomposer/ |
hwc_fbupdate.h | 63 ovutils::eDest mDest; //pipe to draw on 78 ovutils::eDest mDestLeft; //left pipe to draw on 79 ovutils::eDest mDestRight; //right pipe to draw on
|
hwc_mdpcomp.h | 133 ovutils::eDest getMdpPipe(hwc_context_t *ctx, ePipeType type); 185 ovutils::eDest index; 208 ovutils::eDest lIndex; 209 ovutils::eDest rIndex;
|
hwc_fbupdate.cpp | 71 ovutils::eDest dest = ov.nextPipe(ovutils::OV_MDP_PIPE_ANY, mDpy); 134 ovutils::eDest dest = mDest; 175 ovutils::eDest destL = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy); 182 ovutils::eDest destR = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy); 271 ovutils::eDest destL = mDestLeft; 272 ovutils::eDest destR = mDestRight;
|
hwc_mdpcomp.cpp | 309 ovutils::eDest MDPComp::getMdpPipe(hwc_context_t *ctx, ePipeType type) { 311 ovutils::eDest mdp_pipe = ovutils::OV_INVALID; 796 eDest dest = mdp_info.index; 905 ovutils::eDest dest = pipe_info.index; [all...] |
hwc_utils.h | 201 const ovutils::eIsFg& isFg, const ovutils::eDest& dest, 207 const ovutils::eIsFg& isFg, const ovutils::eDest& lDest, 208 const ovutils::eDest& rDest, overlay::Rotator **rot);
|
/external/clang/test/CodeGen/ |
decl.c | 70 unsigned char eDest;
|
/external/chromium_org/third_party/sqlite/src/src/ |
select.c | 37 void sqlite3SelectDestInit(SelectDest *pDest, int eDest, int iParm){ 38 pDest->eDest = (u8)eDest; 506 int eDest = pDest->eDest; 507 if( nExpr>1 && (eDest==SRT_Mem || eDest==SRT_Set) ){ 542 int eDest = pDest->eDest; /* How to dispose of results */ 573 }else if( eDest!=SRT_Exists ) [all...] |