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

1 2 3 4 56 7 8 91011

  /frameworks/av/include/media/stagefright/
MetaData.h 182 // H264 supplemental enhancement information offsets/sizes
  /frameworks/av/media/libstagefright/rtsp/
ARTPSource.cpp 58 if (!strncmp(desc.c_str(), "H264/", 5)) {
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderAVC.cpp 25 static const char* AVC_MIME_TYPE = "video/h264";
  /hardware/intel/img/psb_video/src/mrst/
lnc_H264ES.c 369 /* For H264, PicHeader only needed in the first picture*/
434 /* save current cmdbuf write pointer for H264 frameskip redo
435 * for H264, only slice header need to repatch
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_vidc_enc.h 81 #define VEN_PROFILE_H264_BASELINE 3/* 3 - H264 Baseline profile */
82 #define VEN_PROFILE_H264_MAIN 4/* 4 - H264 Main profile */
83 #define VEN_PROFILE_H264_HIGH 5/* 5 - H264 High profile */
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_vidc_enc.h 81 #define VEN_PROFILE_H264_BASELINE 3/* 3 - H264 Baseline profile */
82 #define VEN_PROFILE_H264_MAIN 4/* 4 - H264 Main profile */
83 #define VEN_PROFILE_H264_HIGH 5/* 5 - H264 High profile */
  /hardware/qcom/media/mm-video-legacy/vidc/venc/test/
venc_test.cpp 146 /* H264 profile and level table*/
652 D("Configuring MP4/H264...");
799 //H264
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
venc_test.cpp 156 /* H264 profile and level table*/
685 D("Configuring MP4/H264...");
824 //H264
    [all...]
  /external/libavc/encoder/
ime_distortion_metrics.c 878 * It also computes if the block will be zero after H264 transform and quant for
999 * The transform done here is the transform for chroma blocks in H264
1137 * The transform done here is the transform for inter 16x16 blocks in H264
    [all...]
ih264e_core_coding.h 180 * This function performs the intra 16x16 inverse transform process for H264
327 * This function performs the inverse transform with process for chroma MB of H264
ih264e_cabac_encode.c     [all...]
ih264e_cavlc.c     [all...]
ih264e_me.c 387 * @remarks The code implements the logic as described in sec 8.4.1.2.2 in H264
461 * @remarks The code implements the logic as described in sec 8.4.1.2.2 in H264
530 * @remarks The code implements the logic as described in sec 8.4.1.3 in H264
    [all...]
ih264e_rate_control.c 27 * Contains api function definitions for h264 rate control
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 257 case H264:
467 if ((mFlags & kFlag_AlignedData) && mMode == H264) {
493 case H264:
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixvideo.c 596 } else if (g_strcmp0(mime_type, "video/x-h264") == 0
844 LOG_E("mix_video_configure_encode: Failed to create h264 video enc format\n");
848 /* TODO: work specific to h264 encode */
    [all...]
  /external/libavc/common/x86/
ih264_ihadamard_scaling_sse42.c 26 * Contains definition of functions for h264 inverse hadamard 4x4 transform and scaling
  /hardware/intel/img/psb_video/src/
tng_H264ES.c 322 "%s: Initial_qp(%d) min_qp(%d) max_qp(%d) invalid.\nQP shouldn't be larger than 51 for H264\n",
756 /*Setting VertMVLimit and LimitNumVectors only for H264*/
    [all...]
tng_enc_trace.c 634 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t bHierarchicalMode=%d\n",data->sInParams.mode.h264.bHierarchicalMode);
645 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t ui32RCScaleFactor=%d\n",data->sInParams.mode.h264.ui32RCScaleFactor);
646 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t bScDetectDis;=%d\n", data->sInParams.mode.h264.bScDetectDisable);
    [all...]
psb_buffer.c 514 * This is used for DRM over WiDi which only uses H264 BP
542 * This is used for DRM over WiDi which only uses H264 BP
  /external/libavc/decoder/
ih264d_tables.c 26 * Defination of all tables used by h264 decoder
560 /* of H264 standard. In each table entry, lower 4 bits represent total zeros */
641 /* of H264 standard. In each table entry, lower 4 bits represent total zeros */
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 138 #define ENV_CHANGE_DEF_VALUE "H264"
143 #define ENV_CHANGE_SET_H264 "H264"
219 #define VIDDEC_MIMETYPEH264 "H264"
    [all...]
  /developers/build/prebuilts/gradle/Camera2Video/Application/src/main/java/com/example/android/camera2video/
Camera2VideoFragment.java 506 mMediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.H264);
  /development/samples/browseable/Camera2Video/src/com.example.android.camera2video/
Camera2VideoFragment.java 506 mMediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.H264);
  /external/libavc/encoder/x86/
ih264e_half_pel_ssse3.c 27 * and cascaded 2D filter used in motion estimation in H264 encoder.

Completed in 404 milliseconds

1 2 3 4 56 7 8 91011