HomeSort by relevance Sort by last modified time
    Searched refs:bufH (Results 1 - 4 of 4) 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 95 int* bufW, int* bufH) {
99 bufW == NULL || bufH == NULL)
108 bool ret = mds->getDecoderOutputResolution(width, height, offX, offY, bufW, bufH);
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 856 const int bufH = m_fboSpec[location].height;
857 const tcu::PixelBufferAccess buf (attachments[location].referenceFormat, bufW, bufH, 1, &attachments[location].referenceData[0]);
    [all...]

Completed in 451 milliseconds