/frameworks/av/cmds/stagefright/ |
recordvideo.cpp | 43 fprintf(stderr, " -l encoder level. see omx il header (default: encoder specific)\n"); 44 fprintf(stderr, " -p encoder profile. see omx il header (default: encoder specific)\n"); 99 // We don't care about the contents. we just test video encoder 162 int level = -1; // Encoder specific default 163 int profile = -1; // Encoder specific default 293 sp<MediaSource> encoder = local 299 writer->addSource(encoder);
|
/external/apache-http/src/org/apache/commons/codec/ |
StringEncoderComparator.java | 36 * Internal encoder instance. 73 Comparable s1 = (Comparable) ((Encoder) this.stringEncoder).encode(o1); 74 Comparable s2 = (Comparable) ((Encoder) this.stringEncoder).encode(o2);
|
/external/chromium_org/sdch/open-vcdiff/src/google/ |
format_extension_flags.h | 29 // these extensions. The encoder will use an 'S' as the fourth character 36 // If this flag is specified, then the encoder writes each delta file 46 // If this flag is specified, the encoder will output a JSON string
|
/external/chromium_org/third_party/opus/src/silk/ |
errors.h | 42 /* Encoder error messages */ 72 /* Internal encoder error */ 75 /* Internal encoder error */
|
init_encoder.c | 39 /* Initialize Silk Encoder state */ 42 silk_encoder_state_Fxx *psEnc /* I/O Pointer to Silk FIX encoder state */ 47 /* Clear the entire encoder state */
|
/external/chromium_org/third_party/sfntly/cpp/src/test/ |
test_utils.cc | 41 int32_t TestUtils::EncodeOneChar(UConverter* encoder, int16_t uchar) { 42 char* target = new char[ucnv_getMaxCharSize(encoder) * 2]; 51 ucnv_fromUnicode(encoder, &target_end, target + 4,
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFImage.h | 42 SkPicture::EncodeBitmap encoder); 80 * @param encoder A function used to encode the bitmap for compression. 84 const SkIRect& srcRect, SkPicture::EncodeBitmap encoder);
|
/external/open-vcdiff/src/google/ |
format_extension_flags.h | 29 // these extensions. The encoder will use an 'S' as the fourth character 36 // If this flag is specified, then the encoder writes each delta file 46 // If this flag is specified, the encoder will output a JSON string
|
/external/sfntly/cpp/src/test/ |
test_utils.cc | 41 int32_t TestUtils::EncodeOneChar(UConverter* encoder, int16_t uchar) { 42 char* target = new char[ucnv_getMaxCharSize(encoder) * 2]; 51 ucnv_fromUnicode(encoder, &target_end, target + 4,
|
/external/skia/src/pdf/ |
SkPDFImage.h | 42 SkPicture::EncodeBitmap encoder); 80 * @param encoder A function used to encode the bitmap for compression. 84 const SkIRect& srcRect, SkPicture::EncodeBitmap encoder);
|
/frameworks/av/libvideoeditor/vss/mcs/inc/ |
M4MCS_InternalConfig.h | 31 #define M4MCS_AUDIO_MAX_CHUNK_SIZE 7168 /**< add mp3 encoder and writer, 50 * Granularity for audio encoder */ 58 #define M4MCS_AUDIO_MAX_AU_SIZE 1024 /**< add mp3 encoder and writer
|
/frameworks/av/media/libstagefright/codecs/flac/enc/ |
SoftFlacEncoder.cpp | 65 ALOGE("SoftFlacEncoder::SoftFlacEncoder(name=%s) error instantiating FLAC encoder", name); 91 ALOGE("initCheck() failed due to NULL encoder"); 107 // configure input port of the encoder 126 // configure output port of the encoder 233 mCompressionLevel = flacParams->nCompressionLevel; // range clamping done inside encoder 329 ALOGV(" encoder process_interleaved returned without data to write"); 364 // called by the encoder because there's header data to save, but it's not the role 412 ALOGE("can't configure encoder: no encoder or invalid state"); 436 ALOGV("encoder successfully configured") [all...] |
/hardware/qcom/media/mm-core/src/8660/ |
qc_registry_table.c | 171 "OMX.qcom.video.encoder.mpeg4", 187 "OMX.qcom.video.encoder.h263", 203 "OMX.qcom.video.encoder.avc", 315 "OMX.qcom.audio.encoder.tunneled.aac", 395 "OMX.qcom.audio.encoder.tunneled.amrnb", 507 "OMX.qcom.audio.encoder.tunneled.qcelp13", 523 "OMX.qcom.audio.encoder.tunneled.evrc", 588 "OMX.qcom.audio.encoder.tunneled.aac", 604 "OMX.qcom.audio.encoder.aac", 620 "OMX.qcom.audio.encoder.qcelp13" [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/ |
mp4enc_api.h | 259 * @param encCtrl is video encoder control structure that is always passed as input in all APIs 264 /* acquiring encoder info APIs */ 270 * @param encCtrl is video encoder control structure that is always passed as input in all APIs. 280 * @param encCtrl is video encoder control structure that is always passed as input in all APIs. 289 * @param encCtrl is video encoder control structure that is always passed as input in all APIs. 298 * @param encCtrl is video encoder control structure that is always passed as input in all APIs 306 * @brief This function returns the total amount of memory (in bytes) allocated by the encoder library. 307 * @param encCtrl is video encoder control structure that is always passed as input in all APIs 314 * @param encCtrl is video encoder control structure that is always passed as input in all APIs 328 * @param encCtrl is video encoder control structure that is always passed as input in all API [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
EncodedArrayItem.java | 105 ValueEncoder encoder = new ValueEncoder(addedTo.getFile(), out); local 107 encoder.writeArray(array, false); 125 ValueEncoder encoder = new ValueEncoder(file, out); local 126 encoder.writeArray(array, true);
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
encoder.cpp | 28 #include "encoder.h" 29 #include "encoder.inl" 32 #include "encoder.h" 144 // 1. all items of Encoder.h:enum Reg_No must be mapped plus n_reg->RegName_Null
|
/external/chromium_org/media/cast/video_sender/ |
video_encoder.cc | 98 // Inform the encoder about the new target bit rate. 103 // Inform the encoder to not encode the next frame. 108 // Inform the encoder to encode the next frame as a key frame. 113 // Inform the encoder to only reference frames older or equal to frame_id;
|
/external/chromium_org/third_party/JSON/JSON-2.59/ |
META.json | 2 "abstract" : "JSON (JavaScript Object Notation) encoder/decoder",
|
META.yml | 2 abstract: 'JSON (JavaScript Object Notation) encoder/decoder'
|
MYMETA.yml | 2 abstract: 'JSON (JavaScript Object Notation) encoder/decoder'
|
/external/chromium_org/third_party/JSON/ |
README.chromium | 1 Name: JSON - JSON (JavaScript Object Notation) encoder/decoder
|
/external/libvpx/armv7a/ |
vpx_config.c | 8 static const char* const cfg = "--target=armv7-android-gcc --disable-runtime-cpu-detect --sdk-path=/usr/local/google/home/hkuang/Downloads/android-ndk-r8e --disable-vp9-encoder --disable-neon --disable-examples --disable-docs --enable-realtime-only";
|
/external/libvpx/armv7a-neon/ |
vpx_config.c | 8 static const char* const cfg = "--target=armv7-android-gcc --disable-runtime-cpu-detect --sdk-path=/usr/local/google/home/hkuang/Downloads/android-ndk-r8e --disable-vp9-encoder --disable-examples --disable-docs --enable-realtime-only";
|
/external/libvpx/generic/ |
vpx_config.c | 8 static const char* const cfg = "--force-target=generic-gnu --disable-vp9-encoder --disable-examples --disable-docs --enable-realtime-only";
|
/external/libvpx/libvpx/build/arm-msvs/ |
obj_int_extract.bat | 10 cl /I "./" /I "%1" /nologo /c /DWINAPI_FAMILY=WINAPI_FAMILY_PHONE_APP "%1/vp8/encoder/vp8_asm_enc_offsets.c"
|