Searched refs:getFormat (Results 26 - 50 of 202) sorted by relevance

123456789

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DToRGBAFilter.java83 createProgram(context, input.getFormat());
86 Frame output = context.getFrameManager().newFrame(getConvertedFormat(input.getFormat()));
H A DToRGBFilter.java83 createProgram(context, input.getFormat());
86 Frame output = context.getFrameManager().newFrame(getConvertedFormat(input.getFormat()));
H A DCropFilter.java112 createProgram(env, imageFrame.getFormat());
118 MutableFrameFormat outputFormat = imageFrame.getFormat().mutableCopy();
H A DImageCombineFilter.java91 Frame output = context.getFrameManager().newFrame(inputs[0].getFormat());
94 updateProgramWithTarget(inputs[0].getFormat().getTarget(), context);
H A DCrossProcessFilter.java105 FrameFormat inputFormat = input.getFormat();
H A DDrawOverlayFilter.java74 Frame output = env.getFrameManager().newFrame(sourceFrame.getFormat());
/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioPolicyConfig.java83 dest.writeInt(mix.getFormat().getSampleRate());
84 dest.writeInt(mix.getFormat().getEncoding());
85 dest.writeInt(mix.getFormat().getChannelMask());
144 textDump += " rate=" + mix.getFormat().getSampleRate() + "Hz\n";
145 textDump += " encoding=" + mix.getFormat().getEncoding() + "\n";
147 textDump += Integer.toHexString(mix.getFormat().getChannelMask()).toUpperCase() +"\n";
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2TSExtractor.cpp47 virtual sp<MetaData> getFormat();
80 sp<MetaData> MPEG2TSSource::getFormat() { function in class:android::MPEG2TSSource
81 return mImpl->getFormat();
131 sp<MetaData> meta = mSourceImpls.editItemAt(index)->getFormat();
146 ? mSourceImpls.editItemAt(index)->getFormat() : NULL;
H A DESQueue.h53 sp<MetaData> getFormat();
/frameworks/av/media/libstagefright/rtsp/
H A Drtp_test.cpp186 source->getFormat(), false /* createEncoder */,
201 CHECK(decoder->getFormat()->findInt32(kKeyWidth, &width));
202 CHECK(decoder->getFormat()->findInt32(kKeyHeight, &height));
H A DASessionDescription.h41 void getFormat(size_t index, AString *value) const;
/frameworks/base/libs/hwui/
H A DRenderBufferCache.cpp94 RenderBuffer::formatName(buffer->getFormat()),
157 RenderBuffer::formatName(buffer->getFormat()),
H A DRenderBuffer.h57 GLenum getFormat() const { function in struct:android::uirenderer::RenderBuffer
H A DRenderBufferCache.h89 mBuffer(buffer), mFormat(buffer->getFormat()),
/frameworks/av/include/media/stagefright/
H A DMediaSource.h36 // getFormat().
48 virtual sp<MetaData> getFormat() = 0;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.h39 virtual sp<AMessage> getFormat(bool audio);
/frameworks/av/media/libstagefright/include/
H A DAACEncoder.h36 virtual sp<MetaData> getFormat();
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextSRTSource.h43 virtual sp<MetaData> getFormat();
H A DTimedTextSource.h53 virtual sp<MetaData> getFormat();
/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.h20 virtual sp<MetaData> getFormat();
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3StreamInterface.h47 virtual int getFormat() const = 0;
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableStreamConfiguration.java46 buffer.putInt(value.getFormat());
H A DMarshalQueryableStreamConfigurationDuration.java55 buffer.putLong(value.getFormat() & MASK_UNSIGNED_INT); // unsigned int -> long
/frameworks/base/core/java/android/hardware/camera2/params/
H A DStreamConfiguration.java76 public final int getFormat() { method in class:StreamConfiguration
H A DStreamConfigurationDuration.java71 public final int getFormat() { method in class:StreamConfigurationDuration

Completed in 1319 milliseconds

123456789