HomeSort by relevance Sort by last modified time
    Searched refs:codec (Results 426 - 450 of 472) sorted by null

<<111213141516171819

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
vx_core.h 104 /* codec */
105 void (*write_codec)(struct vx_core *chip, int codec, unsigned int data);
533 /* Constants used to access the Codec */
535 /* codec commands */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
vx_core.h 104 /* codec */
105 void (*write_codec)(struct vx_core *chip, int codec, unsigned int data);
533 /* Constants used to access the Codec */
535 /* codec commands */
  /frameworks/av/media/libstagefright/
OMXCodec.cpp 107 sp<OMXCodec> codec = mTarget.promote(); local
109 if (codec.get() != NULL) {
110 Mutex::Autolock autoLock(codec->mLock);
111 codec->on_message(msg);
112 codec.clear();
207 // If a specific codec is requested, skip the non-matching ones.
327 ALOGV("Successfully allocated software codec '%s'", componentName);
354 sp<OMXCodec> codec = new OMXCodec( local
359 observer->setCodec(codec);
361 err = codec->configureCodec(meta)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/
libjingle.scons 168 "session/phone/codec.cc",
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 192 bool venc_dev::venc_open(OMX_U32 codec)
241 if (codec == OMX_VIDEO_CodingAVC)
246 if (codec == OMX_VIDEO_CodingMPEG4) {
253 } else if (codec == OMX_VIDEO_CodingH263) {
262 if (codec == OMX_VIDEO_CodingAVC) {
611 DEBUG_PRINT_HIGH("WxH (%dx%d), codec (%d), fps(nr/dr) (%d/%d), bitrate (%d), "
    [all...]
video_encoder_device_v4l2.cpp 520 bool venc_dev::venc_open(OMX_U32 codec)
557 if (codec == OMX_VIDEO_CodingMPEG4) {
564 } else if (codec == OMX_VIDEO_CodingH263) {
571 } else if (codec == OMX_VIDEO_CodingAVC) {
578 } else if (codec == OMX_VIDEO_CodingVPX) {
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py     [all...]
  /external/chromium_org/media/filters/
gpu_video_decoder.cc 167 // TODO(posciak): destroy and create a new VDA on codec/profile change
170 DVLOG(1) << "Codec or profile changed, cannot reinitialize.";
181 needs_bitstream_conversion_ = (config.codec() == kCodecH264);
184 // Reinitialization with a different config (but same codec and profile).
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
surface.c 60 mb->base.codec = PIPE_VIDEO_CODEC_MPEG12;
  /external/libvorbis/doc/
03-codebook.tex 8 Unlike practically every other mainstream audio codec, Vorbis has no
11 the third header, the codec setup header. This packed configuration
05-comment.tex 42 to the bit packing conventions of the vorbis codec. However, since data
06-floor0.tex 27 codec setup header (third packet). configuration decode proceeds as
04-codec.tex 5 \section{Codec Setup and Packet Decode} \label{vorbis:spec:codec}
92 Vorbis codec setup is configurable to an extreme degree:
100 The setup header contains the bulk of the codec setup information
07-floor1.tex 42 the codec setup header at floor 1 initialization time. Computation
  /external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c 60 mb->base.codec = PIPE_VIDEO_CODEC_MPEG12;
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java 186 /** Advanced Audio Codec Plus (HE-AAC v1). */
189 /** Advanced Audio Codec Plus (HE-AAC v2). */
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
SSLSocketTest.java 24 import org.apache.commons.codec.binary.Base64;
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp 201 bool venc_dev::venc_open(OMX_U32 codec)
253 if(codec == OMX_VIDEO_CodingMPEG4)
262 else if(codec == OMX_VIDEO_CodingH263)
271 if(codec == OMX_VIDEO_CodingAVC)
    [all...]
video_encoder_device_copper.cpp 239 bool venc_dev::venc_open(OMX_U32 codec)
280 if(codec == OMX_VIDEO_CodingMPEG4)
289 else if(codec == OMX_VIDEO_CodingH263)
298 if(codec == OMX_VIDEO_CodingAVC)
    [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp 502 M4OSA_Int32 codec = 0; local
511 codec = M4DA_StreamTypeVideoH263;
514 codec = M4DA_StreamTypeVideoMpeg4Avc;
517 codec = M4DA_StreamTypeVideoMpeg4;
533 if (pVideoDecoder->codec == codec) {
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_cmd.c 683 APPL_TRACE_ERROR1("Unknown Codec UUID(%d) received", uuid_codec);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c 798 mb.base.codec = PIPE_VIDEO_CODEC_MPEG12;
  /external/chromium_org/third_party/sqlite/src/test/
tester.tcl 86 # If the pager codec is available, create a wrapper for the [sqlite3]
104 if {[sqlite_orig -has-codec] && ![info exists ::do_not_use_codec]} {
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/
TLSRecordLayer.py 7 from utils.codec import *
    [all...]
messages.py 6 from utils.codec import *

Completed in 585 milliseconds

<<111213141516171819