HomeSort by relevance Sort by last modified time
    Searched refs:bufW (Results 1 - 6 of 6) 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 99 int* bufW, int* bufH) {
103 bufW == NULL || bufH == NULL)
112 bool ret = mds->getDecoderOutputResolution(width, height, offX, offY, bufW, bufH);
  /external/opencv/cv/src/
cvpyramids.cpp     [all...]
  /external/valgrind/exp-dhat/
dh_main.c     [all...]
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 855 const int bufW = m_fboSpec[location].width;
857 const tcu::PixelBufferAccess buf (attachments[location].referenceFormat, bufW, bufH, 1, &attachments[location].referenceData[0]);
    [all...]

Completed in 209 milliseconds