HomeSort by relevance Sort by last modified time
    Searched full:h264 (Results 1 - 25 of 254) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/write/
BitstreamWriter.java 21 package com.googlecode.mp4parser.h264.write;
23 import com.googlecode.mp4parser.h264.Debug;
29 * A dummy implementation of H264 RBSP output stream
46 * @see ua.org.jplayer.javcodec.h264.H264BitOutputStream#flush()
66 * @see ua.org.jplayer.javcodec.h264.H264BitOutputStream#write1Bit(int)
80 * @see ua.org.jplayer.javcodec.h264.H264BitOutputStream#writeNBit(long,
93 * ua.org.jplayer.javcodec.h264.H264BitOutputStream#writeRemainingZero()
102 * @see ua.org.jplayer.javcodec.h264.H264BitOutputStream#writeByte(int)
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/basemediaformat/
SampleEncryptionBox.java 18 * Creates a SampleEncryptionBox for non-h264 tracks.
  /device/moto/shamu/
media_profiles.xml 30 <!ATTLIST Video codec (h264|h263|m4v) #REQUIRED>
48 <!ATTLIST VideoEncoderCap name (h264|h263|m4v|wmv) #REQUIRED>
83 <Video codec="h264"
96 <Video codec="h264"
108 <Video codec="h264"
120 <Video codec="h264"
132 <Video codec="h264"
144 <Video codec="h264"
156 <Video codec="h264"
168 <Video codec="h264"
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
BitstreamReader.java 21 package com.googlecode.mp4parser.h264.read;
23 import com.googlecode.mp4parser.h264.CharCache;
29 * A dummy implementation of H264 RBSP reading
51 * @see ua.org.jplayer.javcodec.h264.RBSPInputStream#read1Bit()
72 * @see ua.org.jplayer.javcodec.h264.RBSPInputStream#readNBit(int)
97 * @see ua.org.jplayer.javcodec.h264.RBSPInputStream#readByte()
114 * @see ua.org.jplayer.javcodec.h264.RBSPInputStream#moreRBSPData()
134 * @see ua.org.jplayer.javcodec.h264.RBSPInputStream#readRemainingByte()
143 * @see ua.org.jplayer.javcodec.h264.RBSPInputStream#next_bits(int)
177 * @see ua.org.jplayer.javcodec.h264.RBSPInputStream#byte_aligned(
    [all...]
  /device/htc/flounder/
media_profiles.xml 29 <!ATTLIST Video codec (h264|h263|m4v) #REQUIRED>
48 <!ATTLIST VideoEncoderCap name (h264|h263|m4v|wmv) #REQUIRED>
84 <Video codec="h264"
97 <Video codec="h264"
110 <Video codec="h264"
123 <Video codec="h264"
136 <Video codec="h264"
149 <Video codec="h264"
162 <Video codec="h264"
175 <Video codec="h264"
    [all...]
enctune.conf 0 H264:
  /device/asus/flo/
media_profiles.xml 30 <!ATTLIST Video codec (h264|h263|m4v) #REQUIRED>
48 <!ATTLIST VideoEncoderCap name (h264|h263|m4v|wmv) #REQUIRED>
95 <Video codec="h264"
107 <Video codec="h264"
119 <Video codec="h264"
131 <Video codec="h264"
143 <Video codec="h264"
156 <Video codec="h264"
169 <Video codec="h264"
182 <Video codec="h264"
    [all...]
  /device/lge/hammerhead/
media_profiles.xml 30 <!ATTLIST Video codec (h264|h263|m4v) #REQUIRED>
48 <!ATTLIST VideoEncoderCap name (h264|h263|m4v|wmv) #REQUIRED>
95 <Video codec="h264"
107 <Video codec="h264"
119 <Video codec="h264"
131 <Video codec="h264"
143 <Video codec="h264"
156 <Video codec="h264"
169 <Video codec="h264"
182 <Video codec="h264"
    [all...]
  /hardware/intel/img/psb_video/fw/topazhp/
topazhp_bin.c 110 FW_MASTER_H264_NO_RC, //!< H264 with no rate control
111 FW_MASTER_H264_VBR, //!< H264 variable bitrate
112 FW_MASTER_H264_CBR, //!< H264 constant bitrate
113 FW_MASTER_H264_VCM, //!< H264 video conferance mode
114 FW_MASTER_H264_LLRC, //!< H264 low-latency rate control
125 FW_MASTER_H264MVC_NO_RC, //!< MVC H264 with no rate control
126 FW_MASTER_H264MVC_CBR, //!< MVC H264 constant bitrate
127 FW_MASTER_H264MVC_VBR, //!< MVC H264 variable bitrate
128 FW_MASTER_H264MVC_LLRC, //!< MVC H264 low-latency rate control
342 FW_MASTER_INFO(H264_NO_RC, H264),//FW_MASTER_H264_NO_RC, //!< H264 with no rate contro
    [all...]
  /device/asus/fugu/
media_profiles.xml 30 <!ATTLIST Video codec (h264|h263|m4v) #REQUIRED>
49 <!ATTLIST VideoEncoderCap name (h264|h263|m4v|wmv) #REQUIRED>
97 <Video codec="h264"
123 <Video codec="h264"
136 <Video codec="h264"
150 <Video codec="h264"
164 <Video codec="h264"
177 <Video codec="h264"
203 <Video codec="h264"
229 <Video codec="h264"
    [all...]
  /external/libavc/encoder/
ih264e_cavlc.h 27 * This file contains enumerations, macros and extern declarations of H264
59 * 7.3.5 of h264 specification.
82 * 7.3.5 of h264 specification
105 * 7.3.5 of h264 specification
ih264e_globals.h 27 * Contains declarations of global variables for H264 encoder
79 * @remarks Refer sec. 9-1 in h264 specification
153 * @brief maps the h264 quantizer to the mpeg2 quantizer scale
154 * input : h264 qp
163 * @brief maps the mpeg2 quantizer to the h264 quantizer scale
178 * and the fact that the effective h264 quantizer changes by
  /external/libavc/common/
ih264_deblk_tables.h 52 * @remarks Table 8-16 ? in H264 Specification,
67 * @remarks Table 8-17 ? in H264 Specification,
ih264_cavlc_tables.h 26 * This file contains enumerations, macros and extern declarations of H264
61 * for macroblock prediction modes in H264 spec
73 * and TrailingOnes( coeff_token ) in H264 spec
96 * TotalCoeff( coeff_token ) in H264 spec
118 * @remarks Table-9-10 table for run_before in H264 spec
ih264_cabac_tables.h 26 * This file contains enumerations, macros and extern declarations of H264
53 * @brief max range of qps in H264 (0-51)
60 * @brief max range of cabac contexts in H264 (0-459)
ih264_trans_data.h 26 * Contains declaration of global variables for H264 transform , qnat and inverse quant
42 /* Scaling matrices for h264 quantization */
119 * @remarks Refer Table 8-15 of h264 specification.
ih264_debug.h 46 printf("\n[H264 DBG] %s/%d:: ", __FUNCTION__, __LINE__); \
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
ScalingList.java 21 package com.googlecode.mp4parser.h264.model;
23 import com.googlecode.mp4parser.h264.read.CAVLCReader;
24 import com.googlecode.mp4parser.h264.write.CAVLCWriter;
AspectRatio.java 21 package com.googlecode.mp4parser.h264.model;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
PiffSampleEncryptionBox.java 33 * Creates a AbstractSampleEncryptionBox for non-h264 tracks.
  /device/generic/goldfish/camera/
media_profiles.xml 30 <!ATTLIST Video codec (h264|h263|m4v) #REQUIRED>
48 <!ATTLIST VideoEncoderCap name (h264|h263|m4v|wmv) #REQUIRED>
95 <Video codec="h264"
129 <Video codec="h264"
163 <Video codec="h264"
197 <Video codec="h264"
231 <Video codec="h264"
265 <Video codec="h264"
299 <Video codec="h264"
326 <VideoEncoderCap name="h264" enabled="true
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Makefile.am 10 H264PATH=./../codecs/h264/parser
19 -I../codecs/h264/include \
183 ../../fw/codecs/h264/include/h264.h \
184 ../../fw/codecs/h264/include/h264parse.h \
185 ../../fw/codecs/h264/include/h264parse_dpb.h \
186 ../../fw/codecs/h264/include/h264parse_sei.h \
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaProfileReader.java 80 videoEncoder != MediaRecorder.VideoEncoder.H264 &&
122 videoEncoderMap.put(MediaRecorder.VideoEncoder.H264, "h264");
  /frameworks/av/media/libstagefright/rtsp/
rtp_test.cpp 83 // My H264 SDP
94 "a=rtpmap:97 H264/90000\r\n"
130 // GTalk's H264 SDP
140 "a=rtpmap:96 H264/90000\r\n"
146 // sholes H264 SDP
156 "a=rtpmap:96 H264/90000\r\n"
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/include/
viddec_fw_item_types.h 92 VIDDEC_WORKLOAD_DISPLAY_FRAME=0x900, /* Display order in DPB tag, for H264 NOT required??? */
94 VIDDEC_WORKLOAD_SEQUENCE_INFO=0xa00, /* MPEG2 Seq Hdr, H264 SPS, VC1 SeqLayer */
95 VIDDEC_WORKLOAD_DISPLAY_INFO=0xb00, /* MPEG2 Seq Disp Ext, H264 VUI */
108 VIDDEC_WORKLOAD_H264_CROPPING=0x1400, /* H264 only */
109 VIDDEC_WORKLOAD_H264_PAN_SCAN=0x1500, /* H264 only */
110 VIDDEC_WORKLOAD_H264_VUI_TIMING_INFO=0x2100, /* H264 only */
111 VIDDEC_WORKLOAD_SEI_PIC_TIMING=0x1600, /* H264 only */
112 VIDDEC_WORKLOAD_SEI_PAN_SCAN_RECT=0x1700, /* H264 only */
113 VIDDEC_WORKLOAD_SEI_USER_DATA_REGISTERED=0x1800, /* H264 only */
114 VIDDEC_WORKLOAD_SEI_USER_DATA_UNREGISTERED=0x1900, /* H264 only *
    [all...]

Completed in 419 milliseconds

1 2 3 4 5 6 7 8 91011