Searched defs:buf1 (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h503 bool operator()(const buffer_handle_t& buf1, const buffer_handle_t& buf2) const { argument
504 if (buf1->numFds == buf2->numFds && buf1->numInts == buf2->numInts) {
505 int length = buf1->numFds + buf1->numInts;
507 if (buf1->data[i] != buf2->data[i]) {
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtransform.c284 int *buf1; local
286 buf1 = buf0 + num - 1;
297 tr2 = *(buf1 - 1);
298 ti1 = *(buf1 + 0);
303 *buf1-- = MULHIGH(cosb, ti2) - MULHIGH(sinb, tr2);
304 *buf1-- = MULHIGH(cosb, tr2) + MULHIGH(sinb, ti2);
319 int *buf1; local
321 buf1 = buf0 + num - 1;
332 ti2 = *(buf1 + 0);
333 tr2 = *(buf1
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.h302 bool operator()(const buffer_handle_t& buf1, const buffer_handle_t& buf2) const { argument
303 if (buf1->numFds == buf2->numFds) {
304 for (int i = 0; i < buf1->numFds; i++) {
305 if (buf1->data[i] != buf2->data[i]) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 185 milliseconds