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

12 3 4 5 6

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
BlackWhiteFilter.java 97 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) {
CropFilter.java 79 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) {
DocumentaryFilter.java 92 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) {
DrawRectFilter.java 76 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) {
DuotoneFilter.java 67 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) {
FillLightFilter.java 72 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) {
FisheyeFilter.java 81 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) {
FixedRotationFilter.java 54 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) {
ImageCombineFilter.java 67 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) {
ImageSlicer.java 69 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) {
ImageStitcher.java 67 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) {
LomoishFilter.java 132 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) {
ResizeFilter.java 64 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) {
SaturateFilter.java 81 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) {
SharpenFilter.java 79 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) {
ToPackedGrayFilter.java 71 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) {
VignetteFilter.java 73 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) {
GrainFilter.java 103 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
TrackDecoder.java 171 mOutputFormat = mMediaCodec.getOutputFormat();
  /frameworks/av/include/media/stagefright/
MediaCodec.h 125 status_t getOutputFormat(sp<AMessage> *format) const;
132 status_t getOutputFormat(size_t index, sp<AMessage> *format);
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 164 emitShStrTab(target().getOutputFormat()->getShStrTab(), pModule, pOutput);
610 return target().getOutputFormat()->getStrTab().index();
612 return target().getOutputFormat()->getDynStrTab().index();
614 return target().getOutputFormat()->getDynStrTab().index();
617 return target().getOutputFormat()->getDynSymTab().index();
621 return target().getOutputFormat()->getSymTab().index();
623 return target().getOutputFormat()->getDynSymTab().index();
627 return target().getOutputFormat()->getText().index();
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 147 const ELFFileFormat* FileFormat = getOutputFormat();
301 ELFFileFormat* file_format = getOutputFormat();
308 ELFFileFormat* file_format = getOutputFormat();
403 const ELFFileFormat* file_format = getOutputFormat();
437 ELFFileFormat* file_format = getOutputFormat();
582 ELFFileFormat* file_format = getOutputFormat();
769 ELFFileFormat* file_format = getOutputFormat();
    [all...]
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
WebAudioMediaCodecBridge.java 185 MediaFormat newFormat = codec.getOutputFormat();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMediaRecorder.java 213 public int getOutputFormat() {
  /frameworks/base/media/jni/
android_media_MediaCodec.h 93 status_t getOutputFormat(JNIEnv *env, size_t index, jobject *format) const;

Completed in 332 milliseconds

12 3 4 5 6