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

1 2 3 4 5 6 78 91011

  /hardware/intel/img/psb_video/src/
pnw_H264.c 225 /* Prepacked H264 VLC Tables */
    [all...]
pnw_hostcode.c 57 /* H264 Zero bias */
641 /*If ParallelCores > 1(H264) and encode one slice per frame, the unnecessary start picture
    [all...]
pnw_hostheader.c 113 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Insert token ELEMENT_QP (H264)- for MTX to generate and insert this value\n");
118 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Insert token ELEMENT_SQP (H264)- for MTX to generate and insert this value\n");
369 * Intermediary functions to build H264 headers
    [all...]
pnw_H264ES.c 653 /* For H264, PicHeader only needed in the first picture*/
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
videodev2.h 392 #define V4L2_PIX_FMT_H264 v4l2_fourcc('H', '2', '6', '4') /* H264 with start codes */
393 #define V4L2_PIX_FMT_H264_NO_SC v4l2_fourcc('A', 'V', 'C', '1') /* H264 without start codes */
394 #define V4L2_PIX_FMT_H264_MVC v4l2_fourcc('M', '2', '6', '4') /* H264 MVC */
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse.c 9 // Description: h264 parser
14 #include "h264.h"
h264parse_sh.c 4 #include "h264.h"
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderAVC.cpp     [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_QCOMExtns.h 159 * Example: In H264, one complete NAL per buffer, where one frame
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_encoder.cpp 366 // h264 specific init
398 // For H264 enable some parameters in VUI by default
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 96 /* H264 profile and level table*/
5235 bool h264, ltr, hlayers; local
    [all...]
  /developers/samples/android/media/Camera2Video/Application/src/main/java/com/example/android/camera2video/
Camera2VideoFragment.java 582 mMediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.H264);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
FlatManifestWriterImpl.java 22 import com.coremedia.iso.boxes.h264.AvcConfigurationBox;
  /external/mp4parser/isoparser/src/main/resources/
isoparser-default.properties 100 avcC=com.coremedia.iso.boxes.h264.AvcConfigurationBox()
  /external/valgrind/docs/internals/
3_9_BUGSTATUS.txt 7 276252 callgrind / valgrind + intel ipp h264 decoder gets killed in
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.cpp 301 /* Initialize number of ref and reorder modes (for H264) */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H264SwDecApi.c 59 H264DEC_TRACE Trace H264 Decoder API function calls.
  /frameworks/av/media/libstagefright/rtsp/
MyTransmitter.h 187 "a=rtpmap:" PT_STR " H264/90000\r\n");
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h 183 /* H264 start code values */
  /hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
VideoDecoderAVCSecure.cpp 31 /* H264 start code values */
  /hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
VideoDecoderAVCSecure.cpp 33 /* H264 start code values */
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_QCOMExtns.h 141 * Example: In H264, one complete NAL per buffer, where one frame
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 145 #define V4L2_PIX_FMT_H264_MVC v4l2_fourcc('M', '2', '6', '4') /* H264 MVC */
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h 467 /*only for H264*/
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c 453 else if (strcmp(sDynamicFormat, "H264") == 0 )
691 else if (strcmp(sDynamicFormat, "H264") == 0 )
    [all...]

Completed in 1801 milliseconds

1 2 3 4 5 6 78 91011