HomeSort by relevance Sort by last modified time
    Searched full:encoder (Results 501 - 525 of 701) sorted by null

<<212223242526272829

  /external/libvpx/vp8/encoder/x86/
variance_sse2.c 12 #include "vp8/encoder/variance.h"
  /external/protobuf/python/google/protobuf/
reflection.py 63 from google.protobuf.internal import encoder namespace
264 field_encoder = encoder.MessageSetItemEncoder(field_descriptor.number)
265 sizer = encoder.MessageSetItemSizer(field_descriptor.number)
278 tag_bytes = encoder.TagBytes(field_descriptor.number, wiretype)
    [all...]
  /hardware/libhardware/include/hardware/
camera.h 191 * than the actual frame data directly to the video encoder, since the
  /hardware/qcom/media/mm-video/vidc/venc/inc/
omx_video_base.h 33 Video Encoder
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_CompThread.c 31 * This file implements OMX Component for AAC encoder that
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Enc_ComponentThread.c 31 * This file implements G711 Encoder Component Thread and its functionality
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Enc_ComponentThread.c 31 * This file implements G726 Encoder Component Thread and its functionality
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Enc_ComponentThread.c 31 * This file implements G729 Encoder Component Thread and its functionality
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEnc_ComponentThread.c 31 * This file implements NBAMR Encoder Component Thread and its functionality
OMX_AmrEncoder.c 538 OMX_ERROR4(pComponentPrivate->dbg, "%d :: [NBAMRE Encoder Component] - failure to open WRITE pipe\n",__LINE__);
542 OMX_ERROR4(pComponentPrivate->dbg, "%d :: [NBAMRE Encoder Component] - failure to open READ pipe\n",__LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEnc_CompThread.c 31 * This file implements WBAMR Encoder Component Thread and its functionality
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 27 * This file implements WBAMR Encoder Component Specific APIs and its functionality
543 APP_IPRINT("This is Main Thread In WBAMR ENCODER Test Application:\n");
725 /* Load the WBAMR Encoder Component */
799 APP_DPRINT("%d :: WBAMR ENCODER RUNNING UNDER DASF MODE \n", __LINE__);
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
TBSCertList.java 321 * X.509 TBSCertList encoder/decoder.
  /development/tools/emulator/opengl/system/egl/
egl.cpp 115 LOGE("egl: Failed to get renderControl encoder context\n"); \
1029 //Check maybe we need to init the encoder, if it's first eglMakeCurrent
    [all...]
  /external/bluetooth/bluez/test/
ipctest.c 78 int sbc_initialized; /* Keep track if the encoder is initialized */
641 /* setup SBC encoder now we agree on parameters */
  /external/chromium/chrome/browser/history/
starred_url_database.cc 618 BookmarkCodec encoder; local
620 encoder.Encode(&bookmark_bar_node, &other_node));
  /external/chromium/sdch/open-vcdiff/src/
blockhash.h 142 // In the context of the open-vcdiff encoder, BlockHash is used for two
308 // for an example of such a case. The encoder uses a loop in
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
cod_amr.h 55 Purpose : Main encoder routine operating on a frame basis.
238 * PURPOSE: Main encoder routine.
enc_output_format_tab.cpp 149 /* Number of data bytes in an encoder frame for each codec mode */
174 /* Number of data bytes in an encoder frame for each codec mode */
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avclib_common.h 19 This file contains declarations of internal functions for common encoder/decoder library.
397 \param "encFlag" "Boolean whether this function is used by encoder or decoder."
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
fastcodemb.cpp 30 /* video Video encoder data structure */
259 /* video Video encoder data structure */
  /frameworks/media/libvideoeditor/vss/inc/
M4VSS3GPP_API.h 190 /* Video Encoder Types */
200 /* Audio Encoder Types */
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
OMX_AacEnc_Utils.h 142 * @def AACENC_DLL_NAME AAC Enc Encoder socket node DLL name
257 /*!< generic encoder dynamic parameters */
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c 31 * This file implements OMX Component for G722 encoder that
44 *! 08-Mar-2007 A.Donjon 0.1 Code update for G722 ENCODER
749 G722ENC_DPRINT("[G722 encoder] --- supporting TeeDN\n");
750 G722ENC_DPRINT("[G722 encoder] --- Send Tee commnad\n");
765 G722ENC_DPRINT("[G722 encoder] - fail to send Tee command to audio manager\n");
771 G722ENC_DPRINT("[G722 encoder] --- Normal DASF Mode\n");
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm     [all...]

Completed in 1843 milliseconds

<<212223242526272829