HomeSort by relevance Sort by last modified time
    Searched full:getformat (Results 276 - 300 of 834) sorted by null

<<11121314151617181920>>

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
FlipFilter.java 87 FrameFormat inputFormat = input.getFormat();
NegativeFilter.java 80 FrameFormat inputFormat = input.getFormat();
PosterizeFilter.java 83 FrameFormat inputFormat = input.getFormat();
SimpleImageFilter.java 66 FrameFormat inputFormat = input.getFormat();
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
ThroughputFilter.java 88 FrameFormat inputFormat = input.getFormat();
  /hardware/intel/img/hwcomposer/common/base/
HwcLayer.h 69 uint32_t getFormat() const;
  /hardware/intel/img/hwcomposer/include/
DataBuffer.h 78 uint32_t getFormat() const { return mFormat; }
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/
DHPrivateKeyTest.java 69 public String getFormat() {
DHPublicKeyTest.java 73 public String getFormat() {
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KSSecretKeyEntryTest.java 85 public String getFormat() {
  /libcore/luni/src/test/java/tests/security/cert/
CertificateCertificateRepTest.java 76 assertEquals("X.509", obj.getPublicKey().getFormat());
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
ImageReaderSubPane.java 301 switch (img.getFormat()) {
486 File output = getOutputImageFile(img.getFormat(), timestamp);
488 switch(img.getFormat()) {
511 if (img.getFormat() != ImageFormat.RAW_SENSOR) {
514 img.getFormat()));
535 if (img.getFormat() != ImageFormat.JPEG) {
538 img.getFormat()));
548 if (img.getFormat() != ImageFormat.YUV_420_888) {
551 img.getFormat()));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ddstream.h 84 virtual HRESULT STDMETHODCALLTYPE GetFormat(
160 HRESULT (STDMETHODCALLTYPE *GetFormat)(
211 #define IDirectDrawMediaStream_GetFormat(This,pDDSDCurrent,ppDirectDrawPalette,pDDSDDesired,pdwFlags) (This)->lpVtbl->GetFormat(This,pDDSDCurrent,ppDirectDrawPalette,pDDSDDesired,pdwFlags)
249 return This->lpVtbl->GetFormat(This,pDDSDCurrent,ppDirectDrawPalette,pDDSDDesired,pdwFlags);
dmusics.h 100 STDMETHOD(GetFormat)(THIS_ LPWAVEFORMATEX pWaveFormatEx, LPDWORD pdwWaveFormatExSiz) PURE;
126 #define IDirectMusicSynth_GetFormat(p,a,b) (p)->lpVtbl->GetFormat(p,a,b)
157 STDMETHOD(GetFormat)(THIS_ LPWAVEFORMATEX pWaveFormatEx, LPDWORD pdwWaveFormatExSiz) PURE;
189 #define IDirectMusicSynth8_GetFormat(p,a,b) (p)->lpVtbl->GetFormat(p,a,b)
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
rule.h 41 // Process(rule.GetFormat());
69 const std::vector<FormatElement>& GetFormat() const { return format_; }
  /external/chromium_org/ui/gl/
gl_surface.h 103 virtual unsigned GetFormat();
179 virtual unsigned GetFormat() OVERRIDE;
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLDSAPrivateKey.java 70 if (dsaPrivateKey.getFormat() == null) {
103 public String getFormat() {
OpenSSLECPrivateKey.java 88 if (ecPrivateKey.getFormat() == null) {
106 public String getFormat() {
OpenSSLRSAPrivateKey.java 107 if (rsaPrivateKey.getFormat() == null) {
189 public final String getFormat() {
  /external/deqp/modules/internal/
ditImageIOTests.cpp 57 m_testCtx.getLog() << TestLog::Message << "Loaded " << texture.getWidth() << "x" << texture.getHeight() << "x" << texture.getDepth() << " image with format " << texture.getFormat() << TestLog::EndMessage;
60 TCU_CHECK(texture.getAccess().getRowPitch() == texture.getWidth()*texture.getFormat().getPixelSize());
  /external/fonttools/Lib/fontTools/ttLib/tables/
O_S_2f_2.py 27 formatstring, names, fixes = sstruct.getformat(panoseFormat)
152 formatstring, names, fixes = sstruct.getformat(format)
_m_a_x_p.py 127 formatstring, names, fixes = sstruct.getformat(maxpFormat_0_5)
129 formatstring, names_1_0, fixes = sstruct.getformat(maxpFormat_1_0_add)
  /external/lldb/source/DataFormatters/
DataVisualization.cpp 44 DataVisualization::ValueFormats::GetFormat (ValueObject& valobj, lldb::DynamicValueType use_dynamic)
52 DataVisualization::ValueFormats::GetFormat (const ConstString &type)
  /frameworks/av/cmds/stagefright/
stagefright.cpp 165 sp<MetaData> meta = source->getFormat();
402 virtual sp<MetaData> getFormat();
427 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
450 sp<MetaData> DetectSyncSource::getFormat() {
451 return mSource->getFormat();
538 CHECK(source->getFormat()->findInt64(kKeyDuration, &durationUs));
1028 CHECK(source->getFormat()->findCString(
1099 mediaSource->getFormat(),
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
HTTPLiveSource.cpp 100 sp<AMessage> NuPlayer::HTTPLiveSource::getFormat(bool audio) {
227 sp<AMessage> format = getFormat(false /* audio */);

Completed in 1019 milliseconds

<<11121314151617181920>>