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

  /development/perftests/panorama/feature_stab/src/dbregtest/
PgmImage.h 62 unsigned char * GetDataPointer() { if ( m_data.size() > 0 ) return &m_data[0]; else return NULL; }
dbregtest.cpp 157 if ( ref.GetDataPointer() == NULL )
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
PgmImage.h 62 unsigned char * GetDataPointer() { if ( m_data.size() > 0 ) return &m_data[0]; else return NULL; }
dbregtest.cpp 157 if ( ref.GetDataPointer() == NULL )
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
PgmImage.h 62 unsigned char * GetDataPointer() { if ( m_data.size() > 0 ) return &m_data[0]; else return NULL; }
dbregtest.cpp 157 if ( ref.GetDataPointer() == NULL )
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincodec.h 735 virtual HRESULT STDMETHODCALLTYPE GetDataPointer(
772 HRESULT (STDMETHODCALLTYPE *GetDataPointer)(
796 #define IWICBitmapLock_GetDataPointer(This,pcbBufferSize,ppbData) (This)->lpVtbl->GetDataPointer(This,pcbBufferSize,ppbData)
817 return This->lpVtbl->GetDataPointer(This,pcbBufferSize,ppbData);
    [all...]

Completed in 212 milliseconds