/external/chromium_org/third_party/opus/src/silk/float/ |
LTP_scale_ctrl_FLP.c | 35 silk_encoder_state_FLP *psEnc, /* I/O Encoder state FLP */ 36 silk_encoder_control_FLP *psEncCtrl, /* I/O Encoder control FLP */
|
/external/flac/libFLAC/include/private/ |
ogg_encoder_aspect.h | 59 typedef FLAC__StreamEncoderWriteStatus (*FLAC__OggEncoderAspectWriteCallbackProxy)(const void *encoder, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, void *client_data); 61 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);
|
/external/libvpx/ |
UPDATING | 25 Reduce binary size when building the encoder. 35 --disable-neon --sdk-path=$ANDROID_NDK_ROOT --disable-vp9-encoder \
|
/external/libvpx/libvpx/vp8/encoder/arm/ |
quantize_arm.c | 14 #include "vp8/encoder/block.h" 17 #include "vp8/encoder/quantize.h"
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
bits2prm.h | 39 * Purpose : Retrieves the vector of encoder parameters from 75 * Purpose : Retrieves the vector of encoder parameters from
|
/frameworks/base/media/mca/samples/CameraEffectsRecordingSample/res/raw/ |
cameraeffectsrecordingsample.graph | 53 // Camera->Preview, Camera->Encoder 56 // Also pass it to an encoder
|
/hardware/qcom/media/mm-core/src/7630/ |
qc_registry_table_android.c | 155 "OMX.qcom.video.encoder.mpeg4", 171 "OMX.qcom.video.encoder.h263", 187 "OMX.qcom.video.encoder.avc", 283 "OMX.qcom.audio.encoder.evrc", 303 "OMX.qcom.audio.encoder.qcelp13", 420 "OMX.qcom.audio.encoder.tunneled.aac", 436 "OMX.qcom.audio.encoder.aac", 484 "OMX.qcom.audio.encoder.tunneled.amr",
|
/hardware/qcom/media/mm-core/src/8226/ |
qc_registry_table.c | 204 "OMX.qcom.video.encoder.mpeg4", 220 "OMX.qcom.video.encoder.h263", 236 "OMX.qcom.video.encoder.avc", 252 "OMX.qcom.video.encoder.vp8", 364 "OMX.qcom.audio.encoder.aac", 380 "OMX.qcom.audio.encoder.qcelp13", 396 "OMX.qcom.audio.encoder.evrc", 412 "OMX.qcom.audio.encoder.amrnb",
|
qc_registry_table_android.c | 220 "OMX.qcom.video.encoder.mpeg4", 236 "OMX.qcom.video.encoder.h263", 252 "OMX.qcom.video.encoder.avc", 268 "OMX.qcom.video.encoder.vp8", 396 "OMX.qcom.audio.encoder.aac", 412 "OMX.qcom.audio.encoder.qcelp13", 428 "OMX.qcom.audio.encoder.evrc", 444 "OMX.qcom.audio.encoder.amrnb",
|
/hardware/qcom/media/mm-core/src/8610/ |
qc_registry_table.c | 284 "OMX.qcom.video.encoder.mpeg4", 300 "OMX.qcom.video.encoder.h263", 316 "OMX.qcom.video.encoder.avc", 332 "OMX.ittiam.video.encoder.avc", 428 "OMX.qcom.audio.encoder.aac", 444 "OMX.qcom.audio.encoder.qcelp13", 460 "OMX.qcom.audio.encoder.evrc", 476 "OMX.qcom.audio.encoder.amrnb",
|
qc_registry_table_android.c | 284 "OMX.qcom.video.encoder.mpeg4", 300 "OMX.qcom.video.encoder.h263", 316 "OMX.qcom.video.encoder.avc", 332 "OMX.ittiam.video.encoder.avc", 428 "OMX.qcom.audio.encoder.aac", 444 "OMX.qcom.audio.encoder.qcelp13", 460 "OMX.qcom.audio.encoder.evrc", 476 "OMX.qcom.audio.encoder.amrnb",
|
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/ |
ExynosVideoEncoder.c | 117 * [Encoder OPS] Init 127 ALOGE("%s: Failed to allocate encoder context buffer", __func__); 135 ALOGE("%s: Failed to open encoder device", __func__); 194 * [Encoder OPS] Finalize 276 * [Encoder OPS] Set Extended Control 646 * [Encoder OPS] Set Frame Tag 672 * [Encoder OPS] Get Frame Tag 697 * [Encoder OPS] Set Frame Type 723 * [Encoder OPS] Set Frame Rate 749 * [Encoder OPS] Set Bit Rat [all...] |
/external/libvpx/libvpx/ |
vp8_multi_resolution_encoder.c | 14 * encoder then encodes the video and outputs multiple bitstreams with 36 * NUM_ENCODERS is 3, and down-sampling factor is 2, the encoder outputs 3 244 /* Open output file for each encoder to output bitstreams */ 259 /* Populate default encoder configuration */ 272 /* Highest-resolution encoder settings */ 302 /* Other-resolution encoder settings */ 311 * from the highest-resolution encoder's size and the corresponding 327 /* Allocate image for each encoder */ 341 /* Initialize multi-encoder */ 344 die_codec(&codec[0], "Failed to initialize encoder"); [all...] |
/external/openfst/src/include/fst/ |
encode.h | 293 // This table is shared (and reference counted) between the encoder and 495 EncodeFst(const Fst<A> &fst, EncodeMapper<A>* encoder) 496 : ArcMapFst<A, A, C>(fst, encoder, ArcMapFstOptions()) { 497 encoder->SetInputSymbols(fst.InputSymbols()); 498 encoder->SetOutputSymbols(fst.OutputSymbols()); 501 EncodeFst(const Fst<A> &fst, const EncodeMapper<A>& encoder) 502 : ArcMapFst<A, A, C>(fst, encoder, ArcMapFstOptions()) {} 533 DecodeFst(const Fst<A> &fst, const EncodeMapper<A>& encoder) 535 EncodeMapper<A>(encoder, DECODE), 537 GetImpl()->SetInputSymbols(encoder.InputSymbols()) [all...] |
/external/libvorbis/doc/vorbisenc/ |
overview.html | 36 <p>Libvorbisenc is used only during encoder setup; its function 105 <em>quality</em> and the encoder keeps the encoding quality constant 140 <em>bit-reservoir</em> algorithm. The encoder has a fixed-size 148 set-point in a long-range bitrate tracker which adjusts the encoder's 162 bitrate management will force the encoder to use fewer bits per frame 168 the reservoir. Normally, the encoder will conserve bits gracefully by 170 to. However, if the encoder runs out of means of gracefully shrinking 208 force the encoder to use more bits per frame by encoding with a less 214 the encoder will fill out undersided frames with additional useful 216 If the encoder runs out of useful ways to consume more bits, it wil [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
amrencode.cpp | 52 Description: Modified file by adding the return of the number of encoder 64 Description: Added conditional compile around calls to AMR Encoder interface 76 invoke the ETS 3GPP GSM AMR encoder. 126 the encoder (void) 141 speech_encoder_state = pointer to encoder frame structure 148 This function initializes the GSM AMR Encoder library by calling 165 // Initialize GSM AMR Encoder 217 /* Initialize GSM AMR Encoder */ 228 (Word8*)"encoder"); 237 (Word8*)"encoder"); [all...] |
/frameworks/av/libvideoeditor/vss/src/ |
M4VSS3GPP_EditVideo.c | 138 * timestamp to handle encoder prefetch 206 // Decorrelate input and output encoding timestamp to handle encoder prefetch 258 // Decorrelate input and output encoding timestamp to handle encoder prefetch 292 // Decorrelate input and output encoding timestamp to handle encoder prefetch 381 // Decorrelate input and output encoding timestamp to handle encoder prefetch 442 // Decorrelate input and output encoding timestamp to handle encoder prefetch 460 * Reset the video pre-processing error before calling the encoder */ 467 in encoder callbacks)*/ 473 // Decorrelate input and output encoding timestamp to handle encoder prefetch 497 else if( M4NO_ERROR != err ) /**< ...or an encoder error * [all...] |
/art/compiler/ |
leb128_encoder.h | 24 // An encoder with an API similar to vector<uint32_t> where the data is captured in ULEB128 format.
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
AnnotationItem.java | 156 ValueEncoder encoder = new ValueEncoder(addedTo.getFile(), out); local 158 encoder.writeAnnotation(annotation, false); 214 ValueEncoder encoder = new ValueEncoder(file, out); local 215 encoder.writeAnnotation(annotation, true);
|
DebugInfoItem.java | 119 * Re-run the encoder to generate the annotations, 181 DebugInfoEncoder encoder = local 188 result = encoder.convert(); 190 result = encoder.convertAndAnnotate(prefix, debugPrint, out,
|
/dalvik/dx/src/com/android/dx/dex/file/ |
AnnotationItem.java | 153 ValueEncoder encoder = new ValueEncoder(addedTo.getFile(), out); local 155 encoder.writeAnnotation(annotation, false); 211 ValueEncoder encoder = new ValueEncoder(file, out); local 212 encoder.writeAnnotation(annotation, true);
|
DebugInfoItem.java | 116 * Re-run the encoder to generate the annotations, 178 DebugInfoEncoder encoder = local 185 result = encoder.convert(); 187 result = encoder.convertAndAnnotate(prefix, debugPrint, out,
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
Android.mk | 17 # Only include the x86 encoder/decoder for x86 architecture
|
/external/apache-http/src/org/apache/commons/codec/ |
BinaryDecoder.java | 31 * appropriate encoder
|
StringEncoder.java | 25 public interface StringEncoder extends Encoder {
|