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

<<11121314151617181920>>

  /external/flac/libFLAC/
ogg_encoder_aspect.c 111 FLAC__StreamEncoderWriteStatus FLAC__ogg_encoder_aspect_write_callback_wrapper(FLAC__OggEncoderAspect *aspect, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, FLAC__bool is_last_block, FLAC__OggEncoderAspectWriteCallbackProxy write_callback, void *encoder, void *client_data)
197 if(write_callback(encoder, aspect->page.header, aspect->page.header_len, 0, current_frame, client_data) != FLAC__STREAM_ENCODER_WRITE_STATUS_OK)
199 if(write_callback(encoder, aspect->page.body, aspect->page.body_len, 0, current_frame, client_data) != FLAC__STREAM_ENCODER_WRITE_STATUS_OK)
205 if(write_callback(encoder, aspect->page.header, aspect->page.header_len, 0, current_frame, client_data) != FLAC__STREAM_ENCODER_WRITE_STATUS_OK)
207 if(write_callback(encoder, aspect->page.body, aspect->page.body_len, 0, current_frame, client_data) != FLAC__STREAM_ENCODER_WRITE_STATUS_OK)
  /external/libvpx/libvpx/test/
datarate_test.cc 40 ::libvpx_test::Encoder *encoder) {
202 ::libvpx_test::Encoder *encoder) {
204 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_);
  /external/libvpx/libvpx/vp9/common/
vp9_onyx.h 85 // (1)=Good Quality Fast Encoding. The encoder balances quality with the
88 // (2)=One Pass - Best Quality. The encoder places priority on the
92 // (3)=Two Pass - First Pass. The encoder generates a file of statistics
95 // (4)=Two Pass - Second Pass. The encoder uses the statistics that were
98 // (5)=Two Pass - Second Pass Best. The encoder uses the statistics that
  /external/speex/libspeex/
nb_celp.h 4 @brief Narrowband CELP encoder/decoder
49 /**Structure representing the full state of the narrowband encoder*/
177 /** Initializes encoder state*/
180 /** De-allocates encoder state resources*/
196 /** ioctl-like function for controlling a narrowband encoder */
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /external/protobuf/python/google/protobuf/internal/
encoder.py 40 FieldDescriptor) we construct two functions: a "sizer" and an "encoder". The
42 encoder takes a writer function and a value. It encodes the value into byte
58 manually inline the single-value encoder into the loop.
335 """Return an encoder for a basic varint value (does not include tag)."""
351 """Return an encoder for a basic signed varint value (does not include
388 # As with sizers (see above), we have a number of common encoder
393 """Return a constructor for an encoder for fields of a particular type.
468 """Return a constructor for an encoder for a fixed-width field.
506 # Here we declare an encoder constructor for each field type. These work
533 """Returns an encoder for a boolean field.""
    [all...]
decoder.py 33 This code is very similar to encoder.py -- read the docs for that module first.
84 from google.protobuf.internal import encoder namespace
95 """Return an encoder for a basic varint value (does not include tag).
203 tag_bytes = encoder.TagBytes(field_number, wire_type)
312 tag_bytes = encoder.TagBytes(field_number,
349 tag_bytes = encoder.TagBytes(field_number,
382 end_tag_bytes = encoder.TagBytes(field_number,
388 tag_bytes = encoder.TagBytes(field_number,
433 tag_bytes = encoder.TagBytes(field_number,
481 MESSAGE_SET_ITEM_TAG = encoder.TagBytes(1, wire_format.WIRETYPE_START_GROUP
    [all...]
  /frameworks/base/core/java/android/util/
Base64.java 29 * Default values for encoder/decoder flags.
34 * Encoder flag bit to omit the padding '=' characters at the end
40 * Encoder flag bit to omit all line terminators (i.e., the output
46 * Encoder flag bit to indicate lines should be terminated with a
53 * Encoder/decoder flag bit to indicate using the "URL and
510 Encoder encoder = new Encoder(flags, null); local
516 if (encoder.do_padding) {
529 if (encoder.do_newline && len > 0)
    [all...]
  /external/aac/libAACenc/src/
aacenc_lib.cpp 84 /**************************** MPEG-4 HE-AAC Encoder *************************
87 contents/description: FDK HE-AAC Encoder interface library functions
98 /* Encoder library info */
102 #define AACENCODER_LIB_TITLE "AAC Encoder"
129 * Flags to characterize encoder modules to be supported in present instance.
208 INT_PCM *inputBuffer; /* Internal input buffer. Input source for AAC encoder */
214 INT nDelay; /* encoder delay */
240 ULONG samplingRate; /*!< Encoder output sampling rate. */
404 Allocate Encoder
414 * Map Encoder specific config structures to CODER_CONFIG
    [all...]
metadata_main.h 84 /********************** Fraunhofer IIS FDK AAC Encoder lib ******************
87 Description: Metadata Encoder library interface functions
139 * \param audioDelay Delay cause by the audio encoder.
143 * \param channelMode Channel configuration which is used by the encoder.
212 * \brief Get Meta Data Encoder delay.
214 * \param hMetadataEnc Meta Data Encoder handle.
  /external/chromium_org/third_party/libxml/src/
xmlIO.c 140 xmlAllocOutputBufferInternal(xmlCharEncodingHandlerPtr encoder);
194 "encoder error", /* XML_IO_ENCODER */
    [all...]
  /external/libxml2/
xmlIO.c 143 xmlAllocOutputBufferInternal(xmlCharEncodingHandlerPtr encoder);
197 "encoder error", /* XML_IO_ENCODER */
    [all...]
  /external/chromium_org/third_party/opus/src/silk/
main.h 126 /* Check encoder control struct */
133 silk_encoder_state *psEncC, /* I/O Pointer to Silk encoder state */
139 silk_encoder_state *psEncC, /* I/O Pointer to Silk encoder state */
156 /* Shell encoder, operates on one shell code frame of 16 pulses */
229 const silk_encoder_state *psEncC, /* I/O Encoder State */
248 const silk_encoder_state *psEncC, /* I/O Encoder State */
275 silk_encoder_state *psEncC, /* I/O Encoder state */
293 silk_encoder_state *psEncC, /* I/O Encoder state */
427 silk_encoder_state *psEncC, /* I/O Encoder state */
enc_API.c 45 /* Read control structure from encoder */
49 silk_EncControlStruct *encStatus /* O Encoder Status */
53 /* Encoder functions */
57 opus_int *encSizeBytes /* O Number of bytes in SILK encoder state */
68 /* Init or Reset encoder */
72 silk_EncControlStruct *encStatus /* O Encoder Status */
80 /* Reset encoder */
100 /* Read control structure from encoder */
104 silk_EncControlStruct *encStatus /* O Encoder Status */
161 /* Check values in encoder control structure *
    [all...]
  /frameworks/base/media/java/android/media/
MediaFormat.java 35 * <tr><td>{@link #KEY_BIT_RATE}</td><td>Integer</td><td><b>encoder-only</b>, desired bitrate in bits/second</td></tr>
45 * <tr><td>{@link #KEY_FRAME_RATE}</td><td>Integer or Float</td><td><b>encoder-only</b></td></tr>
46 * <tr><td>{@link #KEY_I_FRAME_INTERVAL}</td><td>Integer</td><td><b>encoder-only</b></td></tr>
49 * <tr><td>{@link #KEY_REPEAT_PREVIOUS_FRAME_AFTER}</td><td>Long</td><td><b>video encoder in surface-mode only</b></td></tr>
67 * <tr><td>{@link #KEY_AAC_PROFILE}</td><td>Integer</td><td><b>encoder-only</b>, optional, if content is AAC audio, specifies the desired profile.</td></tr>
69 * <tr><td>{@link #KEY_FLAC_COMPRESSION_LEVEL}</td><td>Integer</td><td><b>encoder-only</b>, optional, if content is FLAC audio, specifies the desired compression level.</td></tr>
172 * Applies only when configuring a video encoder in "surface-input" mode.
174 * after which the frame previously submitted to the encoder will be
200 * be used to configure an encoder to emit ADTS output.
  /external/chromium_org/third_party/opus/src/include/
opus.h 75 /** @defgroup opus_encoder Opus Encoder
80 * Since Opus is a stateful codec, the encoding process starts with creating an encoder
89 * From this point, @c enc can be used for encoding an audio stream. An encoder state
90 * @b must @b not be used for more than one stream at the same time. Similarly, the encoder
105 * where opus_encoder_get_size() returns the required size for the encoder state. Note that
108 * The encoder state is always continuous in memory and only a shallow copy is sufficient
111 * It is possible to change some of the encoder's settings using the opus_encoder_ctl()
147 * Once the encoder state if no longer needed, it can be destroyed with
153 * If the encoder was created with opus_encoder_init() rather than opus_encoder_create(),
159 /** Opus encoder state
    [all...]
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalTypes.h 44 #include "M4ENCODER_common.h" /**< Encoder common interface */
230 /**< Functions of the used encoder */
242 /**< Functions of the used encoder */
388 * @brief enum to keep track of the encoder state
410 // Decorrelate input and output encoding timestamp to handle encoder prefetch
453 * Audio Encoder stuff */
454 M4OSA_Context pAudioEncCtxt; /**< Context of the audio encoder */
456 encoder */
457 M4ENCODER_AudioParams AudioEncParams; /**< Config of the audio encoder */
475 * Video Encoder stuff *
    [all...]
  /art/compiler/dex/quick/mips/
assemble_mips.cc 649 const MipsEncodingMap *encoder = &EncodingMap[lir->opcode]; local
650 uint32_t bits = encoder->skeleton;
656 switch (encoder->field_loc[i].kind) {
660 if (encoder->field_loc[i].start == 0 && encoder->field_loc[i].end == 31) {
663 value = (operand << encoder->field_loc[i].start) &
664 ((1 << (encoder->field_loc[i].end + 1)) - 1);
670 bits |= (value << encoder->field_loc[i].start);
671 bits |= (value << encoder->field_loc[i].end);
676 value = ((operand & MIPS_FP_REG_MASK) << encoder->field_loc[i].start)
698 const MipsEncodingMap *encoder = &EncodingMap[kMipsNop]; local
    [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4PTO3GPP_API.c 334 /*+ New Encoder bitrates */
625 * In case this is the first step, we prepare the decoder, the encoder and the writer */
632 * Prepare the reader, the decoder, the encoder, the writer... */
652 * We do that before the encoding, because the core encoder has to know if this is
671 * Call the encoder */
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
kenny.c 143 /* only one structure used for ISAC encoder */
194 printf(" F 1 - Call encoder prior to init encoder call\n");
196 printf(" F 3 - Call decoder prior to encoder call\n");
202 printf(" F 7 - Call init encoder/decoder at random"
204 printf(" F 8 - Call encoder/decoder without having"
206 printf(" encoder/decoder instance\n");
216 printf(" num=1 => encode with narrowband encoder"
355 /* Run Narrowband interfaces (either encoder or decoder) */
494 /* Initialize encoder and decoder *
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 152 SoftAVCEncoder *encoder = static_cast<SoftAVCEncoder *>(userData); local
153 CHECK(encoder != NULL);
154 return encoder->allocOutputBuffers(sizeInMbs, numBuffers);
159 SoftAVCEncoder *encoder = static_cast<SoftAVCEncoder *>(userData); local
160 CHECK(encoder != NULL);
161 return encoder->bindOutputBuffer(index, yuv);
165 SoftAVCEncoder *encoder = static_cast<SoftAVCEncoder *>(userData); local
166 CHECK(encoder != NULL);
167 return encoder->unbindOutputBuffer(index);
265 // PV's AVC encoder requires the video dimension of multipl
    [all...]
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
HostConnection.cpp 113 DBG("HostConnection::glEncoder new encoder %p, tid %d", m_glEnc, gettid());
123 DBG("HostConnection::gl2Encoder new encoder %p, tid %d", m_gl2Enc, gettid());
  /external/bluetooth/bluedroid/btif/include/
btif_media.h 115 ** Description Request to initialize the media task encoder
126 ** Description Request to update the media task encoder
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_codec_unittest.cc 127 BookmarkCodec encoder; local
129 EXPECT_EQ("", encoder.computed_checksum());
130 EXPECT_EQ("", encoder.stored_checksum());
132 scoped_ptr<Value> value(encoder.Encode(model));
133 const std::string& computed_checksum = encoder.computed_checksum();
134 const std::string& stored_checksum = encoder.stored_checksum();
301 BookmarkCodec encoder; local
302 scoped_ptr<Value> model_value(encoder.Encode(model_to_encode.get()));
  /external/chromium_org/content/renderer/media/
rtc_video_encoder_factory.cc 106 webrtc::VideoEncoder* encoder) {
107 delete encoder;

Completed in 6641 milliseconds

<<11121314151617181920>>