HomeSort by relevance Sort by last modified time
    Searched refs:getInputFormat (Results 1 - 10 of 10) 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 126 status_t getInputFormat(sp<AMessage> *format) const;
  /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 152 CHECK_EQ((status_t)OK, mCodec->getInputFormat(&mInputFormat));
    [all...]
  /frameworks/base/media/java/android/media/
MediaCodec.java     [all...]
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 509 status_t MediaCodec::getInputFormat(sp<AMessage> *format) const {
    [all...]
  /frameworks/base/media/jni/
android_media_MediaCodec.cpp 332 err = input ? mCodec->getInputFormat(&msg) : mCodec->getOutputFormat(&msg);
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 746 milliseconds