OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmpH
(Results
1 - 12
of
12
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
convolve.c
38
Word16 *
tmpH
,*tmpX;
44
tmpH
= h+n;
47
s = vo_mult32((*tmpX++), (*
tmpH
--));i--;
50
s = L_add(s, vo_mult32((*tmpX++), (*
tmpH
--)));
51
s = L_add(s, vo_mult32((*tmpX++), (*
tmpH
--)));
52
s = L_add(s, vo_mult32((*tmpX++), (*
tmpH
--)));
53
s = L_add(s, vo_mult32((*tmpX++), (*
tmpH
--)));
59
tmpH
= h+n;
62
s = vo_mult32((*tmpX++), (*
tmpH
--));
64
s = L_add(s, vo_mult32((*tmpX++), (*
tmpH
--)))
[
all
...]
/hardware/qcom/display/msm8226/libvirtual/
virtual.cpp
130
// tmpW and
tmpH
will hold the primary dimensions before we
133
uint32_t
tmpH
= priH;
138
tmpH
= priW;
146
getAspectRatioPosition(tmpW,
tmpH
, extW, extH, r);
/hardware/qcom/display/msm8084/libhwcomposer/
hwc_ad.cpp
213
int tmpW,
tmpH
;
223
format, tmpW,
tmpH
);
/hardware/qcom/display/msm8226/libhwcomposer/
hwc_ad.cpp
188
int tmpW,
tmpH
;
198
format, tmpW,
tmpH
);
/hardware/qcom/display/msm8909/libhwcomposer/
hwc_ad.cpp
192
int tmpW,
tmpH
;
202
format, tmpW,
tmpH
);
/hardware/qcom/display/msm8994/libhwcomposer/
hwc_ad.cpp
192
int tmpW,
tmpH
;
202
format, tmpW,
tmpH
);
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCapabilities.cpp
210
size_t w, h, tmpW,
tmpH
;
217
tmpH
= caps.tPreviewRes[j].height;
219
if (tempRes > (tmpW *
tmpH
) ) {
223
h =
tmpH
;
/frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.cpp
306
uint32_t tmpW,
tmpH
, transformHint, numPendingBuffers;
308
mQueueBufferOutput.deflate(&tmpW, &
tmpH
, &transformHint, &numPendingBuffers,
/hardware/qcom/display/msm8226/libexternal/
external.cpp
598
// tmpW and
tmpH
will hold the primary dimensions before we
601
int
tmpH
= priH;
606
tmpH
= priW;
614
getAspectRatioPosition(tmpW,
tmpH
, width, height, r);
/hardware/qcom/display/msm8909/libhdmi/
hdmi.cpp
581
// tmpW and
tmpH
will hold the primary dimensions before we
584
int
tmpH
= mPrimaryHeight;
589
tmpH
= mPrimaryWidth;
597
qdutils::getAspectRatioPosition(tmpW,
tmpH
, mXres, mYres, r);
/hardware/qcom/display/msm8994/libhdmi/
hdmi.cpp
604
// tmpW and
tmpH
will hold the primary dimensions before we
607
int
tmpH
= mPrimaryHeight;
612
tmpH
= mPrimaryWidth;
620
qdutils::getAspectRatioPosition(tmpW,
tmpH
, mXres, mYres, r);
/external/opencv3/modules/videoio/src/
cap_dshow.cpp
[
all
...]
Completed in 407 milliseconds