HomeSort by relevance Sort by last modified time
    Searched full:encoder (Results 126 - 150 of 1560) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_api.h 19 This file contains application function interfaces to the AVC encoder library
95 /* if profile/level is set to zero, encoder will choose the closest one for you */
144 AVCFlag bidir_pred; /* enable bi-directional for B-slice, this flag forces the encoder to encode
183 This function initializes the encoder library. It verifies the validity of the
186 For re-encoding application, if users want to setup encoder in a more precise way,
187 users can give the external SPS and PPS to the encoder to follow.
188 \param "avcHandle" "Handle to the AVC encoder library object."
207 \param "avcHandle" "Handle to the AVC encoder library object."
215 Users call this function to provide an input structure to the encoder library which will keep
217 calling PVAVCEncodeSlice. The encoder library will encode them according to the frame_num order
    [all...]
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
CameraRecordingStream.java 70 * Configure stream with a size and encoder mode.
73 * @param useMediaCodec The encoder for this stream to use, either MediaCodec
75 * @param bitRate Bit rate the encoder takes.
95 * Stream is already configured, need release encoder and muxer
201 * to avoid sending buffers to a stopped encoder.
204 * TODO: We have to release encoder and muxer for MediaCodec mode because
205 * encoder is closely coupled with muxer, and muxser can not be reused
208 * encoder for future.
226 // Drain encoder
252 // Feed encoder output into the muxer until recording stops
    [all...]
  /external/chromium_org/third_party/opus/src/include/
opus_multistream.h 51 /** These are the actual encoder and decoder CTL ID numbers.
61 /** @defgroup opus_multistream_ctls Multistream specific encoder and decoder CTLs
67 * @ref opus_decoderctls may be applied to a multistream encoder or decoder as
69 * In addition, you may retrieve the encoder or decoder state for an specific
75 /** Gets the encoder state for an individual stream of a multistream encoder.
76 * @param[in] x <tt>opus_int32</tt>: The index of the stream whose encoder you
80 * to initialize the encoder.
82 * encoder state.
108 * elementary Opus stream, the encoder and decoder must negotiate the channe
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
ExtractDecodeEditEncodeMuxTest.java 40 * Test for the integration of MediaMuxer and MediaCodec's encoder.
64 // parameters for the video encoder
72 // parameters for the audio encoder
300 // Create a MediaCodec for the desired codec, then configure it as an encoder with
326 // Create a MediaCodec for the desired codec, then configure it as an encoder with
347 if (VERBOSE) Log.d(TAG, "releasing extractor, decoder, encoder, and muxer");
480 * Creates an encoder for the given format using the specified codec, taking input from a
493 MediaCodec encoder = MediaCodec.createByCodecName(codecInfo.getName()); local
494 encoder.configure(format, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE);
496 surfaceReference.set(encoder.createInputSurface())
520 MediaCodec encoder = MediaCodec.createByCodecName(codecInfo.getName()); local
    [all...]
EncodeVirtualDisplayTest.java 46 * Tests connecting a virtual display to the input of a MediaCodec encoder.
55 * the output, because the frames are going directly to the encoder, and the encoder may
76 // Encoder parameters. We use the same width/height as the virtual display.
154 * Prepares the encoder, decoder, and virtual display.
157 MediaCodec encoder = null; local
171 encoder = MediaCodec.createEncoderByType(MIME_TYPE);
172 encoder.configure(encoderFormat, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE);
173 Surface inputSurface = encoder.createInputSurface();
174 encoder.start()
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlIO.h 130 xmlCharEncodingHandlerPtr encoder; /* I18N conversions to UTF-8 */ member in struct:_xmlParserInputBuffer
133 xmlBufferPtr raw; /* if encoder != NULL buffer for raw input */
146 xmlCharEncodingHandlerPtr encoder; /* I18N conversions to UTF-8 */ member in struct:_xmlOutputBuffer
149 xmlBufferPtr conv; /* if encoder != NULL buffer for output */
223 xmlAllocOutputBuffer (xmlCharEncodingHandlerPtr encoder);
227 xmlCharEncodingHandlerPtr encoder,
232 xmlCharEncodingHandlerPtr encoder);
236 xmlCharEncodingHandlerPtr encoder);
240 xmlCharEncodingHandlerPtr encoder);
246 xmlCharEncodingHandlerPtr encoder);
    [all...]
  /external/libxml2/include/libxml/
xmlIO.h 130 xmlCharEncodingHandlerPtr encoder; /* I18N conversions to UTF-8 */ member in struct:_xmlParserInputBuffer
133 xmlBufferPtr raw; /* if encoder != NULL buffer for raw input */
146 xmlCharEncodingHandlerPtr encoder; /* I18N conversions to UTF-8 */ member in struct:_xmlOutputBuffer
149 xmlBufferPtr conv; /* if encoder != NULL buffer for output */
223 xmlAllocOutputBuffer (xmlCharEncodingHandlerPtr encoder);
227 xmlCharEncodingHandlerPtr encoder,
232 xmlCharEncodingHandlerPtr encoder);
236 xmlCharEncodingHandlerPtr encoder);
240 xmlCharEncodingHandlerPtr encoder);
246 xmlCharEncodingHandlerPtr encoder);
    [all...]
  /external/lzma/Java/SevenZip/
LzmaAlone.java 203 SevenZip.Compression.LZMA.Encoder encoder = new SevenZip.Compression.LZMA.Encoder(); local
204 if (!encoder.SetAlgorithm(params.Algorithm))
206 if (!encoder.SetDictionarySize(params.DictionarySize))
208 if (!encoder.SetNumFastBytes(params.Fb))
210 if (!encoder.SetMatchFinder(params.MatchFinder))
212 if (!encoder.SetLcLpPb(params.Lc, params.Lp, params.Pb))
214 encoder.SetEndMarkerMode(eos);
215 encoder.WriteCoderProperties(outStream);
    [all...]
  /device/asus/flo/
media_codecs.xml 19 <MediaCodec name="OMX.qcom.video.encoder.mpeg4" type="video/mp4v-es" >
24 <MediaCodec name="OMX.qcom.video.encoder.h263" type="video/3gpp" >
29 <MediaCodec name="OMX.qcom.video.encoder.avc" type="video/avc" >
34 <MediaCodec name="OMX.google.vp8.encoder" type="video/x-vnd.on2.vp8" />
35 <MediaCodec name="OMX.google.amrnb.encoder" type="audio/3gpp" />
36 <MediaCodec name="OMX.google.aac.encoder" type="audio/mp4a-latm" />
37 <MediaCodec name="OMX.google.amrwb.encoder" type="audio/amr-wb" />
38 <MediaCodec name="OMX.google.flac.encoder" type="audio/flac" />
  /device/asus/grouper/
media_codecs.xml 103 <MediaCodec name="OMX.Nvidia.mp4.encoder" type="video/mp4v-es" />
104 <MediaCodec name="OMX.Nvidia.h263.encoder" type="video/3gpp" />
105 <MediaCodec name="OMX.Nvidia.h264.encoder" type="video/avc" />
107 <MediaCodec name="OMX.google.amrnb.encoder" type="audio/3gpp" />
108 <MediaCodec name="OMX.google.amrwb.encoder" type="audio/amr-wb" />
109 <MediaCodec name="OMX.google.aac.encoder" type="audio/mp4a-latm" />
110 <MediaCodec name="OMX.google.flac.encoder" type="audio/flac" />
111 <MediaCodec name="OMX.google.vp8.encoder" type="video/x-vnd.on2.vp8" />
  /device/generic/goldfish/camera/
media_codecs.xml 97 <MediaCodec name="OMX.google.aac.encoder" type="audio/mp4a-latm" />
98 <MediaCodec name="OMX.google.amrnb.encoder" type="audio/3gpp" />
99 <MediaCodec name="OMX.google.amrwb.encoder" type="audio/amr-wb" />
100 <MediaCodec name="OMX.google.h263.encoder" type="video/3gpp" />
101 <MediaCodec name="OMX.google.h264.encoder" type="video/avc" />
102 <MediaCodec name="OMX.google.mpeg4.encoder" type="video/mp4v-es" />
103 <MediaCodec name="OMX.google.flac.encoder" type="audio/flac" />
104 <MediaCodec name="OMX.google.vp8.encoder" type="video/x-vnd.on2.vp8" />
  /device/lge/mako/
media_codecs.xml 19 <MediaCodec name="OMX.qcom.video.encoder.mpeg4" type="video/mp4v-es" >
24 <MediaCodec name="OMX.qcom.video.encoder.h263" type="video/3gpp" >
29 <MediaCodec name="OMX.qcom.video.encoder.avc" type="video/avc" >
34 <MediaCodec name="OMX.google.amrnb.encoder" type="audio/3gpp" />
35 <MediaCodec name="OMX.google.aac.encoder" type="audio/mp4a-latm" />
36 <MediaCodec name="OMX.google.amrwb.encoder" type="audio/amr-wb" />
37 <MediaCodec name="OMX.google.flac.encoder" type="audio/flac" />
38 <MediaCodec name="OMX.google.vp8.encoder" type="video/x-vnd.on2.vp8" />
  /external/apache-http/src/org/apache/commons/codec/
BinaryEncoder.java 25 public interface BinaryEncoder extends Encoder {
35 * @throws EncoderException thrown if the Encoder
EncoderException.java 21 * exception is thrown when an Encoder encounters a encoding specific exception
33 * @param pMessage a useful message relating to the encoder specific error.
  /external/chromium_org/media/cast/
README 54 Provides video encoder.
57 Provides audio encoder.
  /external/chromium_org/remoting/codec/
video_encoder_vpx.h 23 // Create encoder for the specified protocol.
47 // given to the encoder to speed up encoding.
  /external/jpeg/
jchuff.h 9 * that are shared between the sequential encoder (jchuff.c) and the
10 * progressive encoder (jcphuff.c). No other modules need to see these.
  /external/libvpx/libvpx/examples/
encoder_tmpl.txt 28 /* Populate encoder configuration */
49 die_codec(&codec, "Failed to initialize encoder");
simple_encoder.txt 2 Simple Encoder
5 This is an example of a simple encoder loop. It takes an input file in
6 YV12 format, passes it through the encoder, and writes the compressed
34 Encoders have the notion of "usage profiles." For example, an encoder
36 conferencing appliction and a best quality offline encoder. These
60 The encoder is initialized by the following code.
70 EOF) then the frame is passed to the encoder. Otherwise, a NULL
71 is passed, indicating the End-Of-Stream condition to the encoder. The
  /external/libvpx/libvpx/
mainpage.dox 31 \if encoder
32 - \ref encoder reference
  /external/libvpx/libvpx/vp8/common/
onyx.h 119 *(1)=Good Quality Fast Encoding. The encoder balances quality with
122 *(2)=One Pass - Best Quality. The encoder places priority on the
127 *(3)=Two Pass - First Pass. The encoder generates a file of
130 *(4)=Two Pass - Second Pass. The encoder uses the statistics that
133 *(5)=Two Pass - Second Pass Best. The encoder uses the statistics
200 int multi_threaded; /* how many threads to run the encoder on */
232 /* Current encoder ID */
238 /* Memory location to store low-resolution encoder's mode info */
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.h 15 #include "vp9/encoder/vp9_block.h"
16 #include "vp9/encoder/vp9_onyx_int.h"
vp9_modecosts.c 13 #include "vp9/encoder/vp9_onyx_int.h"
14 #include "vp9/encoder/vp9_treewriter.h"
  /external/qemu/distrib/jpeg-6b/
jchuff.h 9 * that are shared between the sequential encoder (jchuff.c) and the
10 * progressive encoder (jcphuff.c). No other modules need to see these.
  /frameworks/av/libvideoeditor/vss/inc/
M4PTO3GPP_InternalTypes.h 92 * @brief enum to keep track of the encoder state
136 encoder at encoder create (if any) */
150 M4OSA_Void* m_pMp4EncoderContext; /**< Mp4 encoder context */
164 * Encoder Interfaces */
165 M4ENCODER_GlobalInterface* m_pEncoderInt; /**< Encoder common interface */
186 M4OSA_Bool m_IsLastPicture; /**< A boolean that signals to the encoder that
204 * @note It is called by the video encoder

Completed in 2628 milliseconds

1 2 3 4 56 7 8 91011>>