HomeSort by relevance Sort by last modified time
    Searched refs:max_num_ref_frames (Results 1 - 20 of 20) sorted by null

  /hardware/intel/common/libva/va/
va_enc_h264.h 170 unsigned int max_num_ref_frames; member in struct:_VAEncSequenceParameterBufferH264
va_trace.c     [all...]
  /external/v4l2_codec2/vda/
h264_decoder.cc 714 // TODO posciak: add handling of max_num_ref_frames per spec.
903 DCHECK_LE(num_ref_pics, std::max<int>(sps->max_num_ref_frames, 1));
904 if (num_ref_pics == std::max<int>(sps->max_num_ref_frames, 1)) {
    [all...]
h264_parser.h 133 int max_num_ref_frames; member in struct:media::H264SPS
h264_parser.cc 875 TRUE_OR_RETURN(sps->max_dec_frame_buffering >= sps->max_num_ref_frames);
979 READ_UE_OR_RETURN(&sps->max_num_ref_frames)
    [all...]
v4l2-controls.h 1016 __u8 max_num_ref_frames; member in struct:v4l2_ctrl_h264_sps
    [all...]
v4l2_slice_video_decode_accelerator.cc     [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 291 uint8_t max_num_ref_frames; member in struct:pipe_h264_sps
  /hardware/intel/common/libmix/videoencoder/
bitstream.h 216 bitstream_put_ue(bs, seq_param->max_num_ref_frames); /* num_ref_frames */
VideoEncoderAVC.cpp     [all...]
  /hardware/intel/img/psb_video/src/
tng_hostheader.h 244 IMG_UINT8 max_num_ref_frames; member in struct:_H264_SEQUENCE_HEADER_PARAMS_STRUC
tng_hostheader.c     [all...]
tng_trace.c     [all...]
tng_H264ES.c 631 ctx->ui8MaxNumRefFrames = psSeqParams->max_num_ref_frames;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/omx/
vid_dec_h264.c 131 priv->picture.h264.num_ref_frames = priv->picture.h264.pps->sps->max_num_ref_frames;
361 sps->max_num_ref_frames = vl_rbsp_ue(rbsp);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/va/
picture.c 353 context->templat.max_references = h264->max_num_ref_frames;
  /hardware/intel/common/libva/test/encode/
avcenc.c 916 bitstream_put_ue(bs, seq_param->max_num_ref_frames); /* num_ref_frames */
    [all...]
h264encode.c 333 bitstream_put_ue(bs, seq_param.max_num_ref_frames); /* num_ref_frames */
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
lnc_H264ES.c 285 lnc__H264_prepare_sequence_header((IMG_UINT32 *)(cmdbuf->header_mem_p + ctx->seq_header_ofs), pSequenceParams->max_num_ref_frames,
    [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp     [all...]

Completed in 601 milliseconds