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

<<31323334353637383940>>

  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp 415 SkImageEncoder* encoder = SkImageEncoder::Create(fm); local
416 if (NULL != encoder) {
417 success = encoder->encodeStream(strm, *bitmap, quality);
418 delete encoder;
  /frameworks/base/media/jni/
android_media_MediaCodec.cpp 76 const char *name, bool nameIsType, bool encoder)
94 mCodec = MediaCodec::CreateByType(mLooper, name, encoder);
937 jstring name, jboolean nameIsType, jboolean encoder) {
949 sp<JMediaCodec> codec = new JMediaCodec(env, thiz, tmp, nameIsType, encoder);
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_audio.h 230 __u32 bw; /* encoder bandwidth */
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 107 QEXIF_INFO_DATA exif_info_local[MAX_EXIF_TABLE_ENTRIES]; //all exif tags for JPEG encoder
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_QCOMExtns.h 313 * Enumeration used to define the video encoder modes
317 * All encoder settings made through
338 * This structure is used to set the video encoder mode.
344 * nMode : defines the video encoder mode
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
OMX_G711Encoder.h 31 * This is an header file for a G711 Encoder that is fully
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
OMX_G726Encoder.h 31 * This is an header file for a G726 Encoder that is fully
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
OMX_G729Encoder.h 31 * This is an header file for an G729 Encoder that is fully
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
OMX_AmrEncoder.h 31 * This is an header file for an NBAMR Encoder that is fully
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_CustomCmd.h 31 * This is an header file for an Jpeg encoder that is fully compliant with the OMX specification.
OMX_JpegEnc_Thread.h 31 * This is a header file for a JPEG encoder that is fully
OMX_JpegEnc_Utils.h 30 * This is a header file for a JPEG encoder that is fully
113 //JPEG Encoder Specific DSP Err Codes
228 OMX_U32 qValue; /* Q value compression factor for encoder */
250 /* PPLIB not needed if the the input to jpeg encoder is yuv. Uncomment the next line if PPLIB is needed */
OMX_JpegEncoder.h 31 * This is a header file for a JPEG encoder that is fully
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.h 27 * This file implements OMX Component for JPEG encoder that
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 56 {"OMX.TI.JPEG.Encoder", "image_encoder.jpeg"},
62 {"OMX.TI.Video.encoder", "video_encoder.mpeg4"},
63 {"OMX.TI.Video.encoder", "video_encoder.h263"},
64 {"OMX.TI.Video.encoder", "video_encoder.avc"},
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Thread.h 31 * This file implements OMX Component for MPEG-4 encoder that
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
AlgorithmIdentifier.java 148 * Custom AlgorithmIdentifier DER encoder/decoder
IssuingDistributionPoint.java 125 * ASN.1 Encoder/Decoder.
  /libcore/luni/src/test/java/tests/security/cert/
TrustAnchorTest.java 610 // (generated by own encoder class created during test development)
659 // (generated by own encoder class created during test development)
691 // (generated by own encoder class created during test development)
724 // (generated by own encoder class created during test development)
  /packages/apps/Email/src/com/beetstra/jutf7/
Base64Util.java 37 * the encoder and decoder, as opposed to following a strict interpretation of
  /packages/apps/Exchange/src/com/android/exchange/adapter/
AttachmentLoader.java 81 * Encoder for Exchange 2003 attachment names. They come from the server partially encoded,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
__init__.py 13 The getregentry() API must a CodecInfo object with encoder, decoder,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
__init__.py 13 The getregentry() API must a CodecInfo object with encoder, decoder,
  /sdk/emulator/opengl/host/tools/emugen/
main.cpp 33 fprintf(stderr, "\t-E <dir>: generate encoder into dir\n");
  /external/chromium_org/content/common/gpu/media/
exynos_video_encode_accelerator.cc 202 // Open the video encoder device.
266 DLOG(ERROR) << "Initialize(): encoder thread failed to start";
350 // If the encoder thread is running, destroy using posted task.
356 // DestroyTask() will put the encoder into kError state and cause all tasks
    [all...]

Completed in 810 milliseconds

<<31323334353637383940>>