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

1 2

  /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/media/libmedia/include/media/
NdkWrapper.h 260 sp<AMediaFormatWrapper> getInputFormat();
  /hardware/google/av/media/sfplugin/tests/
MediaCodec_sanity_test.cpp 122 EXPECT_EQ(codec->getInputFormat(&ifmt), OK);
151 EXPECT_EQ(codec->getInputFormat(&ifmt), OK);
180 EXPECT_EQ(codec->getInputFormat(&ifmt), OK);
  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaCodec.h 169 status_t getInputFormat(sp<AMessage> *format) const;
  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 576 if (mEncoder->getInputFormat(&inputFormat) == OK) {
1033 if (mEncoder->getInputFormat(&inputFormat) == OK &&
    [all...]
MediaCodec.cpp     [all...]
  /cts/tests/tests/media/src/android/media/cts/
VideoEncoderTest.java 119 + " configured for " + codec.getInputFormat());
284 Log.i(TAG, "encoder input format " + mEncoder.getInputFormat() + " from " + outFmt);
590 assertNotNull("could not get encoder image for " + mEncoder.getInputFormat(), encImage);
591 assertNotNull("could not get decoder image for " + mDecoder.getInputFormat(), decImage);
    [all...]
MediaCodecCapabilitiesTest.java 616 isEncoder ? codec.getInputFormat() : codec.getOutputFormat();
    [all...]
VideoDecoderPerfTest.java 182 mDecInputFormat = codec.getInputFormat();
    [all...]
  /frameworks/av/cmds/stagefright/
mediafilter.cpp 193 filterState->mCodec->getInputFormat(&destFormat);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
Filter.java 174 public final FrameFormat getInputFormat(String portName) {
  /frameworks/av/media/libmedia/
NdkWrapper.cpp 1024 sp<AMediaFormatWrapper> AMediaCodecWrapper::getInputFormat() {
    [all...]
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2Decoder.cpp 373 mInputFormat = mCodec->getInputFormat();
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp 357 CHECK_EQ((status_t)OK, mCodec->getInputFormat(&mInputFormat));
    [all...]
  /frameworks/av/media/ndk/
NdkMediaCodec.cpp 606 mData->mCodec->getInputFormat(&format);
  /frameworks/base/media/java/android/media/
MediaCodec.java     [all...]
  /cts/tests/video/src/android/video/cts/
VideoEncoderDecoderTest.java     [all...]
  /frameworks/base/media/jni/
android_media_MediaCodec.cpp 406 err = input ? mCodec->getInputFormat(&msg) : mCodec->getOutputFormat(&msg);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 438 milliseconds

1 2