OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destL
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/display/libhwcomposer/
hwc_fbupdate.cpp
175
ovutils::eDest
destL
= ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy);
176
if(
destL
== ovutils::OV_INVALID) { //None available
189
mDestLeft =
destL
;
205
ov.setSource(pargL,
destL
);
228
ov.setCrop(dcropL,
destL
);
234
ov.setTransform(orient,
destL
);
244
ov.setPosition(dposL,
destL
);
252
if (!ov.commit(
destL
)) {
271
ovutils::eDest
destL
= mDestLeft;
273
if (!ov.queueBuffer(hnd->fd, hnd->offset,
destL
)) {
[
all
...]
hwc_mdpcomp.cpp
[
all
...]
/external/webkit/Source/WebCore/platform/audio/mac/
AudioFileReaderMac.cpp
233
float*
destL
= audioBus->channel(0)->data();
235
destL
[i] = 0.5f * (bufferL[i] + bufferR[i]);
Completed in 52 milliseconds