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

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
ImageCombineFilter.java 72 int target = getInputFormat(mInputNames[0]).getTarget();
74 if (target != getInputFormat(inputName).getTarget()) {
ToGrayFilter.java 69 int inputChannels = getInputFormat("image").getBytesPerSample();
  /frameworks/av/include/media/stagefright/
MediaCodec.h 143 status_t getInputFormat(sp<AMessage> *format) const;
  /cts/tests/tests/media/src/android/media/cts/
VideoEncoderTest.java 112 + " configured for " + codec.getInputFormat());
258 Log.i(TAG, "encoder input format " + mEncoder.getInputFormat() + " from " + outFmt);
490 assertNotNull("could not get encoder image for " + mEncoder.getInputFormat(), encImage);
491 assertNotNull("could not get decoder image for " + mDecoder.getInputFormat(), decImage);
    [all...]
MediaCodecCapabilitiesTest.java 510 isEncoder ? codec.getInputFormat() : codec.getOutputFormat();
  /frameworks/av/cmds/stagefright/
mediafilter.cpp 193 filterState->mCodec->getInputFormat(&destFormat);
  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 450 if (mEncoder->getInputFormat(&inputFormat) == OK
MediaCodec.cpp 768 status_t MediaCodec::getInputFormat(sp<AMessage> *format) const {
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
Filter.java 174 public final FrameFormat getInputFormat(String portName) {
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp 300 CHECK_EQ((status_t)OK, mCodec->getInputFormat(&mInputFormat));
    [all...]
  /frameworks/base/media/java/android/media/
MediaCodec.java     [all...]
  /cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
VideoEncoderDecoderTest.java 617 mEncInputFormat = codec.getInputFormat();
    [all...]
  /frameworks/base/media/jni/
android_media_MediaCodec.cpp 378 err = input ? mCodec->getInputFormat(&msg) : mCodec->getOutputFormat(&msg);
    [all...]
  /prebuilts/sdk/21/
android.jar 

Completed in 1793 milliseconds