HomeSort by relevance Sort by last modified time
    Searched refs:getOutputFormat (Results 76 - 100 of 126) sorted by null

1 2 34 5 6

  /cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayTest.java 321 MediaFormat decoderOutputFormat = decoder.getOutputFormat();
392 MediaFormat newFormat = encoder.getOutputFormat();
MediaCodecCapabilitiesTest.java 507 isEncoder ? codec.getInputFormat() : codec.getOutputFormat();
NativeDecoderTest.java 316 format[tt] = codec[tt].getOutputFormat();
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToUnknownStream.java 167 * @see Serializer#getOutputFormat()
170 public Properties getOutputFormat()
172 return m_handler.getOutputFormat();
    [all...]
ToXMLSAXHandler.java 61 * @see Serializer#getOutputFormat()
63 public Properties getOutputFormat()
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
MediaCodecBridge.java 360 return mMediaCodec.getOutputFormat().getInteger(MediaFormat.KEY_HEIGHT);
365 return mMediaCodec.getOutputFormat().getInteger(MediaFormat.KEY_WIDTH);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterGraph.java 228 FrameFormat outputFormat = filter.getOutputFormat(outputPort.getName(),
Filter.java 170 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) {
340 * {@link #getOutputFormat(String, FrameFormat) getOutputFormat} to specify what format your
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.cpp 139 mIsAudio(IsAudioFormat(mConverter->getOutputFormat())),
166 return mFormat != NULL ? mFormat : mConverter->getOutputFormat();
1007 mMediaSender->addTrack(converter->getOutputFormat(), flags);
Converter.cpp 118 sp<AMessage> Converter::getOutputFormat() const {
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java 723 OutputProperties props = getOutputFormat();
754 OutputProperties props = getOutputFormat();
914 return (Properties) getOutputFormat().getProperties().clone();
933 createSerializationHandler(outputTarget, getOutputFormat());
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoDecoder.java 429 MediaFormat format = mediaCodec.getOutputFormat();
  /frameworks/av/cmds/stagefright/
codec.cpp 279 CHECK_EQ((status_t)OK, state->mCodec->getOutputFormat(&format));
SimplePlayer.cpp 574 status_t err = state->mCodec->getOutputFormat(&format);
  /frameworks/av/media/ndk/
NdkMediaCodec.cpp 334 mData->mCodec->getOutputFormat(&format);
  /frameworks/base/media/jni/
android_media_MediaCodec.cpp 332 err = input ? mCodec->getInputFormat(&msg) : mCodec->getOutputFormat(&msg);
340 status_t JMediaCodec::getOutputFormat(JNIEnv *env, size_t index, jobject *format) const {
343 if ((err = mCodec->getOutputFormat(index, &msg)) != OK) {
    [all...]
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
CameraRecordingStream.java 537 MediaFormat newFormat = mEncoder.getOutputFormat();
TestingCamera2.java 466 private int getOutputFormat() {
616 /* outputFormat */ getOutputFormat());
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp 186 CHECK_EQ((status_t)OK, mCodec->getOutputFormat(&mOutputFormat));
424 res = mCodec->getOutputFormat(&format);
  /frameworks/base/media/java/android/media/
MediaCodec.java 75 * // can ignore if API level >= 21 and using getOutputFormat(outputBufferIndex)
76 * MediaFormat format = codec.getOutputFormat();
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 230 ELFFileFormat* file_format = pTarget.getOutputFormat();
432 ELFFileFormat* file_format = getTarget().getOutputFormat();
    [all...]
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 443 encoder->getOutputFormat(&newFormat);
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 412 mEncoder->getOutputFormat(&mOutputFormat);
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 114 ELFFileFormat* file_format = getTarget().getOutputFormat();

Completed in 1308 milliseconds

1 2 34 5 6