HomeSort by relevance Sort by last modified time
    Searched full:getformat (Results 176 - 200 of 933) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.h 55 sp<MetaData> getFormat();
  /frameworks/av/media/libstagefright/rtsp/
ASessionDescription.h 41 void getFormat(size_t index, AString *value) const;
  /frameworks/av/media/ndk/
NdkImagePriv.h 53 media_status_t getFormat(/*out*/int32_t* format) const;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
OutputStreamTarget.java 51 if (input.getFormat().getObjectClass() == String.class) {
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/
SurfaceRenderFilter.java 158 float currentAspectRatio = (float)input.getFormat().getWidth() / input.getFormat().getHeight();
167 if (mLogVerbose) Log.v("SurfaceRenderFilter", "Got input format: " + input.getFormat());
168 int target = input.getFormat().getTarget();
  /frameworks/wilhelm/src/android/include/
AacAdtsExtractor.h 49 virtual sp<MetaData> getFormat();
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/
PBEKeyTest.java 71 public String getFormat() {
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/interfaces/
RSAMultiPrimePrivateCrtKeyImpl.java 80 public String getFormat() {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ddstream.idl 46 HRESULT GetFormat(
  /cts/tests/tests/media/src/android/media/cts/
CodecUtils.java 61 public int getFormat() {
62 return mImage.getFormat();
151 int format = image.getFormat();
  /external/deqp/framework/common/
tcuTestLog.cpp 67 if (tcu::isCombinedDepthStencilType(m_access.getFormat().type))
69 if (m_access.getFormat().order == tcu::TextureFormat::D)
71 else if (m_access.getFormat().order == tcu::TextureFormat::S)
76 if (m_access.getFormat().order != tcu::TextureFormat::DS)
105 DE_ASSERT(access.getFormat().order != tcu::TextureFormat::DS);
108 if (tcu::isCombinedDepthStencilType(access.getFormat().type))
110 if (access.getFormat().order == tcu::TextureFormat::D)
112 if (access.getFormat().order == tcu::TextureFormat::S)
125 if (m_access.getFormat().order != tcu::TextureFormat::DS)
238 const TextureFormat& format = access.getFormat();
    [all...]
tcuBilinearImageCompare.cpp 193 DE_ASSERT(reference.getFormat() == TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8) &&
194 result.getFormat() == TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8));
224 reference.getFormat() == result.getFormat());
229 if (reference.getFormat() == TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8))
tcuTextureUtil.cpp 256 return ConstPixelBufferAccess(access.getFormat(), tcu::IVec3(width, height, depth), access.getPitch(),
282 return PixelBufferAccess(access.getFormat(), tcu::IVec3(width, height, depth), access.getPitch(),
325 return PixelBufferAccess(access.getFormat(), access.getSize(), pitch, (deUint8*)access.getDataPtr() + offsetToLast);
339 return ConstPixelBufferAccess(access.getFormat(), access.getSize(), pitch, (deUint8*)access.getDataPtr() + offsetToLast);
698 const int pixelSize = access.getFormat().getPixelSize();
712 PixelBufferAccess(access.getFormat(), 1, 1, 1, 0, 0, &pixel.u8[0]).setPixel(color, 0, 0);
729 const int pixelSize = access.getFormat().getPixelSize();
743 PixelBufferAccess(access.getFormat(), 1, 1, 1, 0, 0, &pixel.u8[0]).setPixel(color, 0, 0);
765 DE_ASSERT(access.getFormat().order == TextureFormat::DS || access.getFormat().order == TextureFormat::D)
    [all...]
tcuImageCompare.cpp 231 if (result.getFormat() != TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8) && reference.getFormat() != TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8))
245 if (result.getFormat() != TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8))
292 TCU_CHECK_INTERNAL(ref.getFormat().type == TextureFormat::UNORM_INT8 && cmp.getFormat().type == TextureFormat::UNORM_INT8);
347 if (result.getFormat() != TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8) && reference.getFormat() != TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8))
358 if (result.getFormat() != TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8))
523 if (tcu::getTextureChannelClass(reference.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT ||
524 tcu::getTextureChannelClass(result.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction.java 48 Preconditions.checkFormat(opcode, getFormat());
141 public abstract Format getFormat();
144 return getFormat().size / 2;
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SignatureSpiTest.java 344 public String getFormat() {
374 public String getFormat() {
405 public String getFormat() {
  /libcore/ojluni/src/main/java/java/security/
Key.java 73 * by the {@link #getFormat() getFormat} method.<P>
143 public String getFormat();
  /external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp 120 if (!Create(pSrc->GetWidth(), pSrc->GetHeight(), pSrc->GetFormat())) {
164 if (!pNewBitmap->Create(rect.Width(), rect.Height(), GetFormat())) {
283 switch (GetFormat()) {
388 FXDIB_Format dest_format = GetFormat();
389 FXDIB_Format src_format = pSrcBitmap->GetFormat();
484 if (GetFormat() == FXDIB_Argb) {
577 ASSERT(GetFormat() == FXDIB_Argb);
602 if (!HasAlpha() || GetFormat() == FXDIB_Argb) {
647 if (pSrcBitmap->GetFormat() == FXDIB_Argb) {
659 (FXDIB_Format)((pSrcBitmap->GetFormat() & 0xff00) | 0x20))
    [all...]
  /external/deqp/modules/gles31/functional/
es31fCopyImageTests.cpp 256 deUint32 getFormat (void) const { return m_format; }
278 builder << info.getFormat() << info.getTarget() << info.getSize();
589 const int texelBlockSize = getTexelBlockSize(info.getFormat());
590 const IVec3 texelBlockPixelSize = getTexelBlockPixelSize(info.getFormat());
617 genericTexImage(gl, info.getTarget(), faceNdx, levelNdx, levelPixelSize, info.getFormat(), levelSize, level.getElementPtr(faceNdx * levelSize));
643 const tcu::TextureFormat format = glu::mapGLInternalFormat(info.getFormat());
648 DE_ASSERT(!glu::isCompressedFormat(info.getFormat()));
657 gl.renderbufferStorage(GL_RENDERBUFFER, info.getFormat(), info.getSize().x(), info.getSize().y());
667 if (isFixedPointFormat(info.getFormat()))
686 if (isIntFormat(info.getFormat()))
    [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLKey.java 87 final String keyFormat = key.getFormat();
90 } else if (!"PKCS#8".equals(key.getFormat())) {
196 if (!"PKCS#8".equals(key.getFormat())) {
238 if (!"X.509".equals(key.getFormat())) {
239 throw new InvalidKeyException("Unknown key format " + key.getFormat());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java 59 public String getFormat() {
98 fillIn.putExtra("format", getFormat());
115 SmsTracker tracker = getSmsTracker(map, sentIntent, deliveryIntent, getFormat(),
149 SmsTracker tracker = getSmsTracker(map, sentIntent, deliveryIntent, getFormat(),
213 getFormat(), unsentPartCount, anyPartFailed, messageUri, smsHeader,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmSMSDispatcher.java 81 protected String getFormat() {
138 fillIn.putExtra("format", getFormat());
159 SmsTracker tracker = getSmsTracker(map, sentIntent, deliveryIntent, getFormat(),
187 SmsTracker tracker = getSmsTracker(map, sentIntent, deliveryIntent, getFormat(),
232 deliveryIntent, getFormat(), unsentPartCount, anyPartFailed, messageUri,
  /frameworks/av/media/libmedia/
IMediaSource.cpp 38 GETFORMAT,
104 virtual sp<MetaData> getFormat() {
105 ALOGV("getFormat");
108 status_t ret = remote()->transact(GETFORMAT, data, &reply);
311 case GETFORMAT: {
312 ALOGV("getFormat");
314 sp<MetaData> meta = getFormat();
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp 543 VkFormat getFormat (void) const { return m_format; }
671 log << TestLog::Message << "Format: " << attachment.getFormat() << TestLog::EndMessage;
881 const tcu::TextureFormat format = mapVkFormat(attachment.getFormat());
946 attachment.getFormat(), // format
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
GLTexture.java 200 if (data.getFormat() != pixmap.getFormat()) {
201 Pixmap tmp = new Pixmap(pixmap.getWidth(), pixmap.getHeight(), data.getFormat());

Completed in 2346 milliseconds

1 2 3 4 5 6 78 91011>>