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

1 2 34 5 6 7 8 91011

  /frameworks/av/media/libstagefright/omx/
SoftOMXPlugin.cpp 43 { "OMX.google.h264.decoder", "avcdec", "video_decoder.avc" },
44 { "OMX.google.h264.encoder", "avcenc", "video_encoder.avc" },
  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.cpp 138 mMode = H264;
197 if (mMode == H264) {
282 if (mMode == H264) {
458 if (mMode == H264 || mMode == H263) {
470 if (mMode == H264) {
471 sdp.append("H264/90000");
490 if (mMode == H264 || mMode == H263) {
509 if (mMode == H264) {
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformatenc_h264.c 196 "mix_videofmtenc_h264_initialize: no h264 config params found\n");
205 /* get properties from H264 params Object, which is special to H264 format*/
253 "======H264 Encode Object properities======:\n");
681 "not H264 video encode Object\n");
762 "not H264 video encode Object\n");
978 "===h264 sequence params===\n");
1027 "not H264 video encode Object\n");
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_DSP.h 86 /*H264 Encoder Specific Error Code bits*/
174 /* H264 Encoder DSP s/n create phase arguments */
211 /* H264 Encoder DSP s/n run-time dynamic parameters*/
295 /* H264 Encoder DSP s/n run-time input parameters */
304 /* H264 Encoder DSP s/n run-time output parameters */
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/h264/
AvcConfigurationBox.java 17 package com.coremedia.iso.boxes.h264;
25 import com.googlecode.mp4parser.h264.model.PictureParameterSet;
26 import com.googlecode.mp4parser.h264.model.SeqParameterSet;
  /hardware/intel/common/libva/va/
va_fool.c 55 * Use file name to determine h264 or vp8
193 /* H264 is desired */
198 strstr(fool_ctx->fn_enc, "h264"))
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_TI_Index.h 85 /* H264 Encoder Indices*/
180 /* MPEG4 and H264 encoder specific Indices */
201 /*H264 Encoder specific Indices*/
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
NativeMediaTest.java 34 private static final int VIDEO_CODEC = VideoEncoder.H264;
  /external/libavc/common/
ih264_trans_quant_itrans_iquant.h 26 * Contains declarations for forward and inverse transform paths for H264
  /external/libavc/decoder/
ih264d_tables.h 29 * Declaration of all tables used by h264 decoder
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
PictureParameterSet.java 21 package com.googlecode.mp4parser.h264.model;
23 import com.googlecode.mp4parser.h264.read.CAVLCReader;
24 import com.googlecode.mp4parser.h264.write.CAVLCWriter;
33 * Picture Parameter Set entity of H264 bitstream
VUIParameters.java 21 package com.googlecode.mp4parser.h264.model;
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.h 133 #define INPUT_DUMP_EXT "h264"
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264parse_sei.h 17 #include "h264.h"
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_pps.c 3 #include "h264.h"
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_pm_tags.c 39 This is used for all codecs except H264.
70 last access unit, which is similar to H264 */
79 For H264 when a frame is done it really means current frame was done in last access unit. The current access unit represnted
202 Tag association for h264:
  /hardware/intel/img/psb_video/src/
pnw_hostcode.h 109 IMG_CODEC_H264_VCM, //!< H264 low constant bitrate (video conferencing mode)
164 IMG_UINT8 ScaleFactor; /* Scale Factor (H264 only) */
309 /*H264 SEI_INSERTION*/
324 /*H264 idr_pic_id field in slice header*/
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_m4v_config_parser.h 55 /*Some H264 profiles*/
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxva.h 17 /* DXVA H264 */
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/
StreamingVideoActivity.java 137 new Stream("H264 Base Video, AAC Audio", "http_h264_aac",
189 adapter, "H264 Base Video, AAC Audio", "rtsp_h264_aac", 18, ITAG_18_SIGNATURE);
  /device/asus/flo/
media_codecs_performance.xml 34 <MediaCodec name="OMX.google.h264.encoder" type="video/avc" update="true">
67 <MediaCodec name="OMX.google.h264.decoder" type="video/avc" update="true">
  /device/asus/fugu/
media_codecs_performance.xml 29 <MediaCodec name="OMX.google.h264.encoder" type="video/avc" update="true">
79 <MediaCodec name="OMX.google.h264.decoder" type="video/avc" update="true">
  /device/lge/hammerhead/
media_codecs_performance.xml 40 <MediaCodec name="OMX.google.h264.encoder" type="video/avc" update="true">
79 <MediaCodec name="OMX.google.h264.decoder" type="video/avc" update="true">
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_TI_Index.h 82 /* H264 Encoder Indices*/
198 /* MPEG4 and H264 encoder specific Indices */
  /cts/tests/tests/media/src/android/media/cts/
VideoEncoderTest.java 1007 private Encoder[] h264() { method in class:VideoEncoderTest
1406 support(h264(), 320, 240, 20, 384 * 1000); method
1410 support(h264(), 720, 480, 30, 2 * 1000000); method
1414 detailed(h264(), 320, 240, 20, 384 * 1000, true \/* flex *\/); method
1418 detailed(h264(), 320, 240, 20, 384 * 1000, false \/* flex *\/); method
1422 detailed(h264(), 720, 480, 30, 2 * 1000000, true \/* flex *\/); method
1426 detailed(h264(), 720, 480, 30, 2 * 1000000, false \/* flex *\/); method
1430 detailed(h264(), 1280, 720, 30, 4 * 1000000, true \/* flex *\/); method
1434 detailed(h264(), 1280, 720, 30, 4 * 1000000, false \/* flex *\/); method
1438 detailed(h264(), 1920, 1080, 30, 10 * 1000000, true \/* flex *\/); method
1442 detailed(h264(), 1920, 1080, 30, 10 * 1000000, false \/* flex *\/); method
    [all...]

Completed in 502 milliseconds

1 2 34 5 6 7 8 91011