HomeSort by relevance Sort by last modified time
    Searched refs:bufW (Results 1 - 7 of 7) sorted by null

  /hardware/intel/img/psb_video/src/android/
psb_mds.cpp 76 int32_t* bufW, int32_t* bufH) {
80 bufW == NULL || bufH == NULL)
87 status_t ret = mListener->getDecoderOutputResolution(0, width, height, offX, offY, bufW, bufH);
psb_mds.h 65 int32_t* bufW, int32_t* bufH);
psb_android_glue.cpp 102 int* bufW, int* bufH) {
106 bufW == NULL || bufH == NULL)
115 bool ret = mds->getDecoderOutputResolution(width, height, offX, offY, bufW, bufH);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
SHA1ImplTest.java 164 private void alternateHash(int[] bufW, int[] hash) {
214 tmp = bufW[(s + 13) & MASK] ^ bufW[(s + 8) & MASK] ^ bufW[(s + 2) & MASK] ^ bufW[s];
215 bufW[s] = (tmp << 1) | (tmp >>> 31);
230 temp += e + bufW[s] + K[t];
  /external/opencv/cv/src/
cvpyramids.cpp     [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c     [all...]
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 784 const int bufW = m_fboSpec[location].width;
786 const tcu::PixelBufferAccess buf (attachments[location].referenceFormat, bufW, bufH, 1, &attachments[location].referenceData[0]);
    [all...]

Completed in 196 milliseconds