Searched defs:d3 (Results 1 - 6 of 6) sorted by path

/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp2218 uint32_t d1, d2, d3; local
2222 !mDataSource->getUInt32(offset + 8, &d3)) { // flags
2229 bool sap = d3 & 0x80000000;
2230 uint32_t saptype = (d3 >> 28) & 7;
2233 ALOGW("not a stream access point, or unsupported type: %08x", d3);
2237 ALOGV(" item %d, %08x %08x %08x", i, d1, d2, d3);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_FwdTransformResidual4x4.c58 int d3 = pSrc[i+3]; local
59 int e0 = d0 + d3;
60 int e1 = d0 - d3;
H A DarmVCM4P10_TransformResidual4x4.c59 int d3 = pSrc[i+3]; local
62 int e2 = (d1>>1) - d3;
63 int e3 = d1 + (d3>>1);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_transform.c100 i32 d1, d2, d3; local
122 d3 = data[15];
125 data[15] = (d3 * tmp3);
129 d3 = data[4];
132 data[5] = (d3 * tmp3);
136 d3 = data[6];
139 data[3] = (d3 * tmp2);
142 d3 = data[9];
145 data[12] = (d3 * tmp2);
150 d3
[all...]
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java1412 public TextViewDrawableAction(int viewId, boolean isRelative, int d1, int d2, int d3, int d4) { argument
1418 this.d3 = d3;
1453 d3 = parcel.readInt();
1491 dest.writeInt(d3);
1513 target.setCompoundDrawablesRelativeWithIntrinsicBounds(d1, d2, d3, d4);
1515 target.setCompoundDrawablesWithIntrinsicBounds(d1, d2, d3, d4);
1526 int d1, d2, d3, d4; field in class:RemoteViews.TextViewDrawableAction
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp896 void rsDebug(const char *s, const double3 *d3) { argument
897 double3 d = *d3;

Completed in 408 milliseconds