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

1 2 3 4

  /device/samsung/tuna/
media_profiles.xml 30 <!ATTLIST Video codec (h264|h263|m4v) #REQUIRED>
48 <!ATTLIST VideoEncoderCap name (h264|h263|m4v|wmv) #REQUIRED>
79 <!ATTLIST ExportVideoProfile name (h264|h263|m4v) #REQUIRED>
104 <Video codec="h264"
116 <Video codec="h264"
128 <Video codec="h264"
140 <Video codec="h264"
152 <Video codec="h264"
165 <Video codec="h264"
178 <Video codec="h264"
    [all...]
  /development/tools/emulator/system/camera/
media_profiles.xml 30 <!ATTLIST Video codec (h264|h263|m4v) #REQUIRED>
48 <!ATTLIST VideoEncoderCap name (h264|h263|m4v|wmv) #REQUIRED>
79 <!ATTLIST ExportVideoProfile name (h264|h263|m4v) #REQUIRED>
104 <Video codec="h264"
138 <Video codec="h264"
172 <Video codec="h264"
206 <Video codec="h264"
240 <Video codec="h264"
274 <Video codec="h264"
308 <Video codec="h264"
    [all...]
  /device/ti/panda/
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"
119 <Video codec="h264"
132 <Video codec="h264"
161 <VideoEncoderCap name="h264" enabled="true"
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaProfileReader.java 80 videoEncoder != MediaRecorder.VideoEncoder.H264 &&
122 videoEncoderMap.put(MediaRecorder.VideoEncoder.H264, "h264");
  /frameworks/base/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"
ARTPWriter.h 99 H264,
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) {
  /frameworks/base/media/libstagefright/mpeg2ts/
ESQueue.h 33 H264,
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
MediaItemThumbnailTest.java 187 * To test thumbnail / frame extraction on H264 QCIF.
208 * To test thumbnail / frame extraction on H264 VGA.
229 * To test thumbnail / frame extraction on H264 WVGA.
249 * To test thumbnail / frame extraction on H264 854x480.
270 * To test thumbnail / frame extraction on H264 960x720.
291 * To test thumbnail / frame extraction on H264 1080x720 .
464 *To test ThumbnailList for H264 VGA
493 *To test ThumbnailList for H264 WVGA
522 *To test ThumbnailList for H264 VGA ,Time exceeding file duration
621 *To test ThumbnailList for H264 WVGA with setExtractboundarie
    [all...]
MediaPropertiesTest.java 323 *To test Media Properties for file H264 VGA
354 *To test Media Properties for file H264 NTSC
386 *To test media properties for H264 800x480 (WVGA) + AAC file.
418 *To test Media Properties for file H264 HD1280
450 *To test media properties for H264 1080x720 + AAC file
560 *To test Media Properties for file H264 HD1080
    [all...]
  /frameworks/media/libvideoeditor/vss/common/inc/
NXPSW_CompilerSwitches_MCS.h 55 #define M4VSS_SUPPORT_VIDEO_AVC /**< [default] Support H264 decoders */
85 /* ----- h264 encoder ----- */
M4DA_Types.h 54 M4DA_StreamTypeVideoMpeg4Avc = 9, /**< MPEG-4 AVC video (h264) */
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/
StreamingVideoActivity.java 95 new Stream("H264 Base Video, AAC Audio", "rtsp_h264_aac",
116 new Stream("H264 Base Video, AAC Audio", "http_h264_aac",
  /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 */
  /frameworks/media/libvideoeditor/vss/src/
M4VSS3GPP_MediaAndCodecSubscription.c 260 "M4VSS3GPP_subscribeMediaAndCodec: can't register H264 decoder");
398 /* retrieves the H264 encoder type and pointer to functions*/
408 "M4VSS3GPP_subscribeMediaAndCodec: can't register video H264 encoder");
  /frameworks/base/media/libstagefright/omx/
SoftOMXPlugin.cpp 40 { "OMX.google.h264.decoder", "h264dec", "video_decoder.avc" },
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 58 * Add tests on H264 video encoder
349 // Test case 2: Capture the memory usage after every 20 h264 playback
357 output.write("H264 Video Playback only\n");
365 assertTrue("H264 playback memory test", memoryResult);
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_m4v_config_parser.h 55 /*Some H264 profiles*/
  /frameworks/base/media/jni/mediaeditor/
VideoEditorClasses.h 139 M4OSA_UInt32 uiVideoProfile; /**< H263 or MPEG-4 or H264 profile(from core decoder) */
140 M4OSA_UInt32 uiVideoLevel; /**< H263 or MPEG-4 or H264 level*/
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_TI_Index.h 82 /* H264 Encoder Indices*/
198 /* MPEG4 and H264 encoder specific Indices */
  /external/kernel-headers/original/linux/
msm_vidc_enc.h 98 #define VEN_PROFILE_H264_BASELINE 3/* 3 - H264 Baseline profile */
99 #define VEN_PROFILE_H264_MAIN 4/* 4 - H264 Main profile*/
100 #define VEN_PROFILE_H264_HIGH 5/* 5 - H264 High profile*/
  /external/chromium/third_party/libjingle/source/
README 75 video.rtpdump is 320x240 video encoded with H264 AVC at 30 frames per second.
  /frameworks/base/media/libstagefright/codecs/common/include/
voIndex.h 94 _MAKE_CODEC_ID (0x010000, H264)
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java 773 /** H264 video */
774 public static final int H264 = 2;
976 * <li>3GP file containing MPEG4/H263/H264 video and AAC/AMR audio
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/test/
venc_test.cpp 142 /* H264 profile and level table*/
464 D("Configuring MP4/H264...");
    [all...]

Completed in 733 milliseconds

1 2 3 4