/frameworks/av/media/libstagefright/ |
ACodec.cpp | 1028 int32_t encoder; local 1029 if (!msg->findInt32("encoder", &encoder)) { 1030 encoder = false; 1033 mIsEncoder = encoder; 1035 status_t err = setComponentRole(encoder /* isEncoder */, mime); 1042 // FLAC encoder doesn't need a bitrate, other encoders do 1043 if (encoder && strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_FLAC) 1049 if (encoder 3624 int32_t encoder; local [all...] |
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
isac.c | 105 * updated just right before the first 10ms of a frame is pushed into encoder. 174 * has to be synchronized between encoder & decoder, therefore, the call to 178 * of audio, and the 3rd block of 10ms is going to be injected into encoder. 315 * This function initializes a ISAC instance prior to the encoder calls. 367 run before encoder is called. */ 448 /* Initialize encoder filter-bank. */ 471 * Input speech length has to be 160 samples (10ms). The encoder buffers those 509 /* Check if encoder initiated. */ [all...] |
/external/aac/libSBRenc/src/ |
sbr_ram.cpp | 101 Static memory areas, must not be overwritten in other sections of the encoder 105 /*! static sbr encoder instance for one encoder (2 channels) 187 e.g. the core encoder. 204 /* The SBR encoder uses a single channel overlapping buffer set (always n=0), but PS does not. */
|
/external/chromium_org/media/cast/video_sender/codecs/vp8/ |
vp8_encoder.cc | 42 // internal state of the encoder, ideally the encoder will tell if we can 70 // Populate encoder configuration with default values. 159 // done to keep the encoder happy. 333 // Update encoder context.
|
/frameworks/av/media/libstagefright/omx/ |
GraphicBufferSource.h | 82 // the encoder, has been allocated. (This call does not call back into 104 // queued to the encoder. This is useful in the case of surface flinger 108 // This API must be called before transitioning the encoder to "executing" 112 // When set, the timestamp fed to the encoder will be modified such that 117 // encoder's rate control logic produces huge frames after a long period
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/ |
MediaRecorderTest.java | 134 Log.v(TAG, "video encoder : " + videoEncoder); 135 Log.v(TAG, "audio encoder : " + audioEncoder); 137 Log.v(TAG, "encoder : " + MediaProfileReader.getVideoCodecName(videoEncoder)); 302 Log.v(TAG, "Encoder = " + videoEncoder.mCodec + "Audio Encoder = " + audioEncoder.mCodec);
|
/hardware/qcom/media/mm-core/omxcore/src/7630/ |
qc_registry_table_android.c | 106 "OMX.qcom.video.encoder.mpeg4", 122 "OMX.qcom.video.encoder.h263", 138 "OMX.qcom.video.encoder.avc", 315 "OMX.qcom.audio.encoder.tunneled.aac", 363 "OMX.qcom.audio.encoder.tunneled.amr",
|
qc_registry_table.c | 121 "OMX.qcom.video.encoder.mpeg4", 141 "OMX.qcom.video.encoder.h263", 161 "OMX.qcom.video.encoder.avc", 301 "OMX.qcom.audio.encoder.tunneled.aac", 401 "OMX.qcom.audio.encoder.tunneled.amr", 581 "OMX.qcom.audio.encoder.tunneled.qcelp13", 601 "OMX.qcom.audio.encoder.tunneled.evrc",
|
/libcore/luni/src/main/java/java/nio/channels/ |
Channels.java | 160 * {@code encoder} and sends the bytes to the specified channel. 164 * @param encoder 172 CharsetEncoder encoder, int minBufferCapacity) { 177 return new OutputStreamWriter(new ChannelOutputStream(channel), encoder); 182 * {@code encoder} and sends the bytes to the specified channel. This method
|
/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/ |
VideoEncoderDecoderTest.java | 36 * This tries to test video encoder / decoder performance by running encoding / decoding 37 * without displaying the raw data. To make things simpler, encoder is used to encode synthetic 55 // i frame interval for encoder 184 getReportLog().printArray("encoder", encoderFpsResults, ResultType.HIGHER_BETTER, 190 getReportLog().printArray("encoder decoder", totalFpsResults, ResultType.HIGHER_BETTER, 192 getReportLog().printSummary("encoder decoder", Stat.getAverage(totalFpsResults), 201 * run encoder benchmarking 202 * @param mimeType encoder type like video/avc 278 * Fills input buffer for encoder from YUV buffers. 341 * run encoder benchmarking with encoded stream stored from encoding phas [all...] |
/external/chromium_org/third_party/opus/src/celt/tests/ |
test_unit_entropy.c | 135 /*Testing an encoder bust prefers range coder data over raw bits. 137 the encoder state and not yet stored in the user buffer, and should never 163 fprintf(stderr,"Encoder bust overwrote range coder data with raw bits.\n"); 208 "Tell mismatch between encoder and decoder at symbol %i: %i instead of %i (Random seed: %u).\n", 221 "Tell mismatch between encoder and decoder at symbol %i: %i instead of %i (Random seed: %u).\n", 276 "Tell mismatch between encoder and decoder at symbol %i: %i instead of %i (Random seed: %u).\n", 316 "Tell mismatch between encoder and decoder at symbol %i: %i instead of %i (Random seed: %u).\n",
|
/external/kernel-headers/original/sound/ |
compress_params.h | 251 /* Encoder options */ 270 * enforced by the encoder. This mode can be slower, and may also be 322 * TAGS such as pictures, etc, cannot be handled by an offloaded encoder and are 332 __u32 bw; /* encoder bandwidth */ 380 * @id: Identifies the supported audio encoder/decoder. 394 * @ch_mode: Channel mode for encoder. See SND_AUDIOCHANMODE defines 399 * @options: encoder-specific settings
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_onyx_int.h | 18 #include "vp9/encoder/vp9_treewriter.h" 19 #include "vp9/encoder/vp9_tokenize.h" 21 #include "vp9/encoder/vp9_variance.h" 22 #include "vp9/encoder/vp9_encodemb.h" 23 #include "vp9/encoder/vp9_quantize.h" 28 #include "vp9/encoder/vp9_mcomp.h" 30 #include "vp9/encoder/vp9_lookahead.h"
|
vp9_temporal_filter.c | 16 #include "vp9/encoder/vp9_onyx_int.h" 18 #include "vp9/encoder/vp9_quantize.h" 20 #include "vp9/encoder/vp9_mcomp.h" 21 #include "vp9/encoder/vp9_firstpass.h" 22 #include "vp9/encoder/vp9_psnr.h" 25 #include "vp9/encoder/vp9_ratectrl.h" 27 #include "vp9/encoder/vp9_segmentation.h"
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
encode.h | 193 // This table is shared (and reference counted) between the encoder and 344 EncodeFst(const Fst<A> &fst, EncodeMapper<A>* encoder) 345 : MapFst<A, A, C>(fst, encoder, MapFstOptions()) {} 347 EncodeFst(const Fst<A> &fst, const EncodeMapper<A>& encoder) 348 : MapFst<A, A, C>(fst, encoder, MapFstOptions()) {} 369 DecodeFst(const Fst<A> &fst, const EncodeMapper<A>& encoder) 371 EncodeMapper<A>(encoder, DECODE),
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/ |
test_iSACfixfloat.c | 135 /* only one structure used for ISAC encoder */ 171 printf("[-m] mode : Mode (encoder - decoder):\n"); 315 /* Initialize encoder and decoder */ 446 printf("\n\nError in encoder: %d.\n\n", errtype); 459 printf("\n\nError in encoder: %d.\n\n", errtype); 481 /* exit encoder loop if the encoder returned a bitstream */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
codecs.py | 126 The encoder must be able to handle zero length input and 181 Resets the encoder to the initial state. 186 Return the current state of the encoder. 192 Set the current state of the encoder. state must have been 199 incremental encoder if the encoder must keep some of the output in a 931 its encoder function. 954 or the codecs doesn't provide an incremental encoder. 957 encoder = lookup(encoding).incrementalencoder 958 if encoder is None [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
codecs.py | 126 The encoder must be able to handle zero length input and 181 Resets the encoder to the initial state. 186 Return the current state of the encoder. 192 Set the current state of the encoder. state must have been 199 incremental encoder if the encoder must keep some of the output in a 931 its encoder function. 954 or the codecs doesn't provide an incremental encoder. 957 encoder = lookup(encoding).incrementalencoder 958 if encoder is None [all...] |
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
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 102 """Return an encoder for a basic varint value (does not include tag). 210 tag_bytes = encoder.TagBytes(field_number, wire_type) 385 tag_bytes = encoder.TagBytes(field_number, 422 tag_bytes = encoder.TagBytes(field_number, 455 end_tag_bytes = encoder.TagBytes(field_number, 461 tag_bytes = encoder.TagBytes(field_number, 506 tag_bytes = encoder.TagBytes(field_number, 554 MESSAGE_SET_ITEM_TAG = encoder.TagBytes(1, wire_format.WIRETYPE_START_GROUP [all...] |
/external/chromium_org/sdch/open-vcdiff/ |
ChangeLog | 37 * Issue #23: Add an option for the encoder to produce simple JSON output 123 * Change the VCDIFF block size to 16, but have the encoder discard all matches 125 encoder, but finds better string matches, producing a more efficient 129 * Add an interface SetTargetMatching() to the simple encoder class 184 the most efficient version of memcmp is used in the encoder's inner loop. 191 The open-vcdiff package provides an encoder and decoder for the VCDIFF format
|
/external/chromium_org/third_party/libxslt/libxslt/ |
xsltutils.c | 1613 xmlCharEncodingHandlerPtr encoder; local 1656 xmlCharEncodingHandlerPtr encoder; local 1700 xmlCharEncodingHandlerPtr encoder; local 1743 xmlCharEncodingHandlerPtr encoder; local [all...] |
/external/chromium_org/third_party/opus/src/silk/fixed/ |
encode_frame_FIX.c | 38 silk_encoder_state_FIX *psEnc, /* I/O Pointer to Silk FIX encoder state */ 39 silk_encoder_control_FIX *psEncCtrl, /* I/O Pointer to Silk FIX encoder control struct */ 45 silk_encoder_state_FIX *psEnc /* I/O Pointer to Silk FIX encoder state */ 78 silk_encoder_state_FIX *psEnc, /* I/O Pointer to Silk FIX encoder state */ 330 silk_encoder_state_FIX *psEnc, /* I/O Pointer to Silk FIX encoder state */ 331 silk_encoder_control_FIX *psEncCtrl, /* I/O Pointer to Silk FIX encoder control struct */
|
/external/chromium_org/third_party/opus/src/silk/float/ |
encode_frame_FLP.c | 37 silk_encoder_state_FLP *psEnc, /* I/O Encoder state FLP */ 38 silk_encoder_control_FLP *psEncCtrl, /* I/O Encoder control FLP */ 44 silk_encoder_state_FLP *psEnc /* I/O Encoder state FLP */ 77 silk_encoder_state_FLP *psEnc, /* I/O Encoder state FLP */ 320 silk_encoder_state_FLP *psEnc, /* I/O Encoder state FLP */ 321 silk_encoder_control_FLP *psEncCtrl, /* I/O Encoder control FLP */
|
/external/libvpx/libvpx/ |
examples.mk | 50 vpxenc.DESCRIPTION = Full featured encoder 53 vp8_scalable_patterns.DESCRIPTION = Temporal Scalability Encoder 57 vp9_spatial_scalable_encoder.DESCRIPTION = Spatial Scalable Encoder 86 simple_encoder.DESCRIPTION = Simplified encoder loop 89 twopass_encoder.DESCRIPTION = Two-pass encoder loop 112 vp8cx_set_ref.DESCRIPTION = VP8 set encoder reference frame
|
/external/libxslt/libxslt/ |
xsltutils.c | 1613 xmlCharEncodingHandlerPtr encoder; local 1656 xmlCharEncodingHandlerPtr encoder; local 1700 xmlCharEncodingHandlerPtr encoder; local 1743 xmlCharEncodingHandlerPtr encoder; local [all...] |