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

1 23 4 5 6

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
RedEyeFilter.java 91 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) {
AutoFixFilter.java 169 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) {
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 279 ELFFileFormat* file_format = getOutputFormat();
523 ELFFileFormat* file_format = getOutputFormat();
705 ELFFileFormat* GNULDBackend::getOutputFormat()
724 const ELFFileFormat* GNULDBackend::getOutputFormat() const
752 getOutputFormat()->getShStrTab().setSize(shstrtab);
804 ELFFileFormat* file_format = getOutputFormat();
    [all...]
  /hardware/qcom/display/msm8974/liboverlay/
overlayWriteback.cpp 202 int Writeback::getOutputFormat() {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
MediaRecorderTest.java 120 assertThat(shadowMediaRecorder.getOutputFormat(), not(equalTo(MediaRecorder.OutputFormat.MPEG_4)));
122 assertThat(shadowMediaRecorder.getOutputFormat(), equalTo(MediaRecorder.OutputFormat.MPEG_4));
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 67 /// getOutputFormat - get the sections of the output file.
68 const ELFFileFormat* getOutputFormat() const;
69 ELFFileFormat* getOutputFormat();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 107 ELFFileFormat* file_format = getOutputFormat();
244 ELFFileFormat* file_format = getOutputFormat();
265 const ELFFileFormat *file_format = getOutputFormat();
338 const ELFFileFormat* file_format = getOutputFormat();
587 const ELFFileFormat* file_format = getOutputFormat();
613 ELFFileFormat* file_format = getOutputFormat();
  /cts/tests/tests/media/src/android/media/cts/
CodecState.java 177 mOutputFormat = mCodec.getOutputFormat();
DecodeEditEncodeTest.java 308 MediaFormat newFormat = encoder.getOutputFormat();
511 MediaFormat newFormat = encoder.getOutputFormat();
553 MediaFormat newFormat = decoder.getOutputFormat();
699 MediaFormat newFormat = decoder.getOutputFormat();
    [all...]
EncodeDecodeTest.java 588 MediaFormat newFormat = encoder.getOutputFormat();
672 decoderOutputFormat = decoder.getOutputFormat();
    [all...]
ExtractDecodeEditEncodeMuxTest.java     [all...]
  /developers/build/prebuilts/gradle/BasicMediaDecoder/Application/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java 357 mDecoder.getOutputFormat());
  /developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java 357 mDecoder.getOutputFormat());
  /developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java 357 mDecoder.getOutputFormat());
  /developers/samples/android/common/src/java/com/example/android/common/media/
MediaCodecWrapper.java 357 mDecoder.getOutputFormat());
  /development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/
MediaCodecWrapper.java 357 mDecoder.getOutputFormat());
  /development/samples/browseable/BasicRenderScript/src/com.example.android.common.media/
MediaCodecWrapper.java 357 mDecoder.getOutputFormat());
  /development/samples/browseable/MediaRecorder/src/com.example.android.common.media/
MediaCodecWrapper.java 357 mDecoder.getOutputFormat());
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToTextSAXHandler.java 99 * @see Serializer#getOutputFormat()
101 public Properties getOutputFormat()
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
CpuVideoTrackDecoder.java 87 mColorFormat = codec.getOutputFormat().getInteger(MediaFormat.KEY_COLOR_FORMAT);
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_ad.cpp 215 int format = ovutils::getHALFormat(wb->getOutputFormat());
  /hardware/qcom/display/msm8084/liboverlay/
overlayWriteback.cpp 204 int Writeback::getOutputFormat() {
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_ad.cpp 190 int format = ovutils::getHALFormat(wb->getOutputFormat());
  /hardware/qcom/display/msm8226/liboverlay/
overlayWriteback.cpp 204 int Writeback::getOutputFormat() {
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_ad.cpp 187 int format = ovutils::getHALFormat(wb->getOutputFormat());

Completed in 1363 milliseconds

1 23 4 5 6