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

12 3 4 5 6 7 8 91011

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
BitstreamElement.java 21 package com.googlecode.mp4parser.h264.model;
ScalingMatrix.java 21 package com.googlecode.mp4parser.h264.model;
HRDParameters.java 21 package com.googlecode.mp4parser.h264.model;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
CAVLCReader.java 21 package com.googlecode.mp4parser.h264.read;
24 import com.googlecode.mp4parser.h264.BTree;
29 import static com.googlecode.mp4parser.h264.Debug.println;
72 * ua.org.jplayer.javcodec.h264.H264BitInputStream#readUE(java.lang.String)
  /hardware/intel/img/psb_video/src/hwdefs/
coreflags.h 45 # error "H264 is not defined when RCMODE is ALL."
49 # error "RCMODE_ALL is only allowed for H264."
63 * for H264 VCM mode, as VCM mode is not expected to use B pictures at all
155 /* VCM is possible only for H264 */
  /hardware/intel/img/psb_video/src/mrst/
lnc_hostheader.h 58 ELEMENT_QP, /* Insert the H264 Picture Header QP parameter (no rawdata) */
59 ELEMENT_SQP, /* Insert the H264 Slice Header QP parameter (no rawdata) */
81 /* H264 Structures
212 /* H264 header preparation */
  /hardware/intel/img/psb_video/src/
pnw_hostheader.h 56 ELEMENT_QP, /* Insert the H264 Picture Header QP parameter (no rawdata) */
57 ELEMENT_SQP, /* Insert the H264 Slice Header QP parameter (no rawdata) */
85 /* H264 Structures
231 /* H264 header preparation */
tng_hostheader.h 82 ELEMENT_QP, //!< Insert the H264 Picture Header QP parameter (no rawdata)
83 ELEMENT_SQP, //!< Insert the H264 Slice Header QP parameter (no rawdata)
86 ELEMENT_INSERTBYTEALIGN_H264, //!< Insert the byte align field for H264 (no rawdata)
93 ELEMENT_FRAME_NUM, //!< Insert frame_num field (used as ID for ref. pictures in H264)
97 ELEMENT_PIC_ORDER_CNT, //!< Insert pic_order_cnt_lsb field (used for display ordering in H264)
140 /* H264 Structures
353 /* H264 header preparation */
README 19 xxxx: generally describes files function, such as cmdbuf for command buffer processing, H264ES for H264 encoding, H264 for H264 decoding. For encode codec, xxES is used.
tng_hostdefs.h 239 IMG_CODEC_H264_NO_RC, /* !< H264 with no rate control */
240 IMG_CODEC_H264_VBR, /* !< H264 variable bitrate */
241 IMG_CODEC_H264_CBR, /* !< H264 constant bitrate */
242 IMG_CODEC_H264_VCM, /* !< H264 video conferance mode */
243 IMG_CODEC_H264_LLRC, /* !< H264 low-latency rate control */
244 IMG_CODEC_H264_ALL_RC, /* !< H264 with multiple rate control modes */
254 IMG_CODEC_H264MVC_NO_RC, /* !< MVC H264 with no rate control */
255 IMG_CODEC_H264MVC_CBR, /* !< MVC H264 constant bitrate */
256 IMG_CODEC_H264MVC_VBR, /* !< MVC H264 variable bitrate */
269 IMG_STANDARD_H264, //!< H264 with no rate contro
483 } h264; member in union:__anon24567::__anon24568
    [all...]
  /external/libavc/encoder/
ih264e_me.h 27 * Contains declarations of global variables for H264 encoder
117 * @remarks The code implements the logic as described in sec 8.4.1.1 in H264
145 * @remarks The code implements the logic as described in sec 8.4.1.1 in H264
173 * @remarks The code implements the logic as described in sec 8.4.1.1 in H264
226 * @remarks The code implements the logic as described in sec 8.4.1.3 in H264
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/include/
viddec_fw_frame_attr.h 65 This enumeration lists all the frame types defined by the MPEG, VC1 and H264 specifications.
71 VIDDEC_FRAME_TYPE_IDR=0x1, /** IDR frame - h264 only */
189 This structure contains the H264 specific frame attributes.
252 For H264, refer to "pic_width_in_mbs_minus1" and "pic_height_in_map_units_minus1" of the
264 For H264, refer to "slice_type" in slice header (Table 7-6) in ITU-T H.264 Specification.
275 viddec_h264_frame_attributes_t h264; member in union:viddec_frame_attributes::__anon23761
  /external/libavc/common/
ih264_deblk_tables.c 64 * @remarks Table 8-16 ? in H264 Specification,
99 * @remarks Table 8-17 ? in H264 Specification,
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/write/
CAVLCWriter.java 21 package com.googlecode.mp4parser.h264.write;
23 import com.googlecode.mp4parser.h264.Debug;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264parse.h 4 #include "h264.h"
154 ///////////////////////////// utils functions outside h264
  /hardware/intel/img/psb_video/fw/topazsc/
topazsc_bin.c 144 FW_MASTER_INFO(H264_NO_RC, H264),
145 FW_SLAVE_INFO(H264_NO_RC, H264),
  /device/htc/flounder/
media_codecs_performance.xml 19 <MediaCodec name="OMX.Nvidia.h264.encoder" type="video/avc" update="true">
29 <MediaCodec name="OMX.google.h264.encoder" type="video/avc" update="true">
49 <MediaCodec name="OMX.Nvidia.h264.decode" type="video/avc" update="true">
68 <MediaCodec name="OMX.google.h264.decoder" type="video/avc" update="true">
  /external/mp4parser/
NOTICE 22 This product includes software (package com.googlecode.mp4parser.h264) developed by
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/
BTree.java 21 package com.googlecode.mp4parser.h264;
CharCache.java 21 package com.googlecode.mp4parser.h264;
  /external/mp4parser/isoparser/src/main/resources/
NOTICE.txt 22 This product includes software (package com.googlecode.mp4parser.h264) developed by
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.h 33 H264,
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderHost.cpp 46 strcasecmp(mimeType, "video/h264") == 0) {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
MediaRecorderTest.java 140 assertThat(shadowMediaRecorder.getVideoEncoder(), not(equalTo(MediaRecorder.VideoEncoder.H264)));
141 mediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.H264);
142 assertThat(shadowMediaRecorder.getVideoEncoder(), equalTo(MediaRecorder.VideoEncoder.H264));
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_bsd.c 9 // Description: h264 bistream decoding
14 #include "h264.h"
23 get_codeNum :Get codenum based on sec 9.1 of H264 spec.

Completed in 969 milliseconds

12 3 4 5 6 7 8 91011