HomeSort by relevance Sort by last modified time
    Searched refs:getFormat (Results 226 - 250 of 583) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraTestUtils.java 136 assertEquals("Format doesn't match", format, image.getFormat());
155 int format = image.getFormat();
229 int format = image.getFormat();
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder.cpp 69 SkImageDecoder::Format SkImageDecoder::getFormat() const {
74 return GetFormatName(this->getFormat());
297 *format = codec->getFormat();
SkImageDecoder_libbmp.cpp 22 virtual Format getFormat() const SK_OVERRIDE {
SkImageDecoder_wbmp.cpp 20 virtual Format getFormat() const SK_OVERRIDE {
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
SkyFactory.java 115 Format fmt = images[0].getFormat();
127 if (image.getFormat() != fmt) {
162 Image cubeImage = new Image(westImg.getFormat(), westImg.getWidth(), westImg.getHeight(), null);
  /external/skia/src/images/
SkImageDecoder.cpp 69 SkImageDecoder::Format SkImageDecoder::getFormat() const {
74 return GetFormatName(this->getFormat());
297 *format = codec->getFormat();
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorSRC.cpp 51 sp<MetaData> format = mSource->getFormat();
107 sp<MetaData> VideoEditorSRC::getFormat() {
108 ALOGV("getFormat");
297 sp<MetaData> format = mSource->getFormat();
PreviewPlayer.cpp 259 updateSizeToRender(mVideoSource->getFormat());
409 meta = mVideoSource->getFormat();
421 meta = anAudioSource->getFormat();
425 meta = mAudioSource->getFormat();
668 updateSizeToRender(mVideoSource->getFormat());
702 sp<MetaData> meta = mAudioTrack->getFormat();
711 mClient.interface(), mAudioTrack->getFormat(),
722 if (mAudioTrack->getFormat()->findInt64(kKeyDuration, &durationUs)) {
750 mClient.interface(), mVideoTrack->getFormat(),
757 if (mVideoTrack->getFormat()->findInt64(kKeyDuration, &durationUs))
    [all...]
  /frameworks/base/core/java/android/content/pm/
ContainerEncryptionParams.java 234 final String keyFormat = key1.getFormat();
235 final String otherKeyFormat = key2.getFormat();
246 if (!keyFormat.equals(key2.getFormat())) {
  /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/luni/src/test/java/tests/security/cert/
CertificateTest.java 68 assertEquals("TEST_FORMAT", c1.getPublicKey().getFormat());
263 public String getFormat() {
267 return key.getFormat();
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
OutputFinisher.java 369 result[i] = insns.get(i).getOpcode().getFormat();
548 if (format != dop.getFormat()) {
579 InsnFormat originalFormat = dop.getFormat();
598 originalFormat = insn.getOpcode().getFormat();
673 InsnFormat format = dop.getFormat();
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
FlatManifestWriterImpl.java 196 if (getFormat(ase).equals("mp4a")) {
198 } else if (getFormat(ase).equals("ec-3")) {
200 } else if (getFormat(ase).startsWith("dts")) {
203 throw new InternalError("I don't know what to do with audio of type " + getFormat(ase));
417 l.fourCC = getFormat(ase);
565 if ("avc1".equals(getFormat(vse))) {
575 throw new InternalError("I don't know how to handle video of type " + getFormat(vse));
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
SHA1withDSA_SignatureTest.java 197 public String getFormat() {
231 public String getFormat() {
257 public String getFormat() {
283 public String getFormat() {
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/texture/
Image.java 626 * <code>getFormat</code> returns the image format for this image.
631 public Format getFormat() {
734 if (this.getFormat() != that.getFormat())
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
SurfaceTextureTarget.java 226 (float)input.getFormat().getWidth() / input.getFormat().getHeight();
238 int target = input.getFormat().getTarget();
  /dalvik/dx/src/com/android/dx/dex/code/
OutputFinisher.java 468 BitSet compatRegs = expandedOp.getFormat().compatibleRegs(insn);
506 if (guess.getFormat().isCompatible(insn)) {
621 currentOpcode.getFormat().compatibleRegs(insn);
719 if (opcode.getFormat().branchFits(target)) {
  /device/asus/flo/camera/QCamera2/HAL/
QCameraStream.h 78 int32_t getFormat(cam_format_t &fmt);
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Stream.h 77 int32_t getFormat(cam_format_t &fmt);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KSPrivateKeyEntryTest.java 192 public String getFormat() {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
BCRSAPrivateKey.java 73 public String getFormat()
BCRSAPublicKey.java 85 public String getFormat()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JCERSAPrivateKey.java 73 public String getFormat()
JCERSAPublicKey.java 87 public String getFormat()
  /external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_empty.cpp 60 SkImageDecoder::Format SkImageDecoder::getFormat() const {

Completed in 1704 milliseconds

1 2 3 4 5 6 7 8 91011>>