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

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_h264_parser.c 439 pic_parms->ReferenceFrames[frame_idx].picture_id = VA_INVALID_SURFACE;
440 pic_parms->ReferenceFrames[frame_idx].frame_idx = 0;
441 pic_parms->ReferenceFrames[frame_idx].flags = VA_PICTURE_H264_INVALID;
442 pic_parms->ReferenceFrames[frame_idx].TopFieldOrderCnt = 0;
443 pic_parms->ReferenceFrames[frame_idx].BottomFieldOrderCnt = 0;
463 pic_parms->ReferenceFrames[frame_idx].frame_idx = store->frame_num;
464 pic_parms->ReferenceFrames[frame_idx].flags = VA_PICTURE_H264_SHORT_TERM_REFERENCE;
467 pic_parms->ReferenceFrames[frame_idx].TopFieldOrderCnt = store->frame.poc;
468 pic_parms->ReferenceFrames[frame_idx].BottomFieldOrderCnt = store->frame.poc;
472 pic_parms->ReferenceFrames[frame_idx].TopFieldOrderCnt = store->top_field.poc
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_h264.c 951 pic_params->ReferenceFrames[i].picture_id = VA_INVALID_SURFACE;
952 pic_params->ReferenceFrames[i].frame_idx = -1;
953 pic_params->ReferenceFrames[i].TopFieldOrderCnt = -1;
954 pic_params->ReferenceFrames[i].BottomFieldOrderCnt = -1;
955 pic_params->ReferenceFrames[i].flags = VA_PICTURE_H264_INVALID; //assuming we don't need to OR with existing flags
976 if (pic_params->ReferenceFrames[k].TopFieldOrderCnt == pRefList[j].TopFieldOrderCnt)
979 tflags = pic_params->ReferenceFrames[k].flags | pRefList[j].flags;
983 pic_params->ReferenceFrames[k].flags = VA_PICTURE_H264_SHORT_TERM_REFERENCE;
992 pic_params->ReferenceFrames[pic_params->num_ref_frames].picture_id =
995 LOG_V( "Inserting frame id %d into DPB\n", pic_params->ReferenceFrames[pic_params->num_ref_frames].picture_id)
    [all...]
  /hardware/intel/common/libva/test/encode/
h264encode.c 91 static VAPictureH264 ReferenceFrames[16], RefPicList0_P[32], RefPicList0_B[32], RefPicList1_B[32];
    [all...]
avcenc.c 154 static VAPictureH264 ReferenceFrames[16], RefPicList0[32], RefPicList1[32];
333 pic_param->ReferenceFrames[0].picture_id = surface_ids[SID_REFERENCE_PICTURE_L0];
334 pic_param->ReferenceFrames[1].picture_id = surface_ids[SID_REFERENCE_PICTURE_L1];
335 pic_param->ReferenceFrames[2].picture_id = VA_INVALID_ID;
    [all...]
  /hardware/intel/common/libva/va/
va_dec_hevc.h 62 * In this case, two entries of ReferenceFrames[] may share same picture_id
94 * Number of ReferenceFrames[] entries with this bit set equals
99 * Number of ReferenceFrames[] entries with this bit set equals
104 * Number of ReferenceFrames[] entries with this bit set equals
110 * and VA_PICTURE_HEVC_RPS_LT_CURR of any picture in ReferenceFrames[] should
138 VAPictureHEVC ReferenceFrames[15];
345 /** \brief index into ReferenceFrames[]
va_enc_h264.h 300 VAPictureH264 ReferenceFrames[16];
va_trace.c     [all...]
va.h 522 * via VAPictureParameterBufferH264:ReferenceFrames. The scratch surfaces number is
    [all...]
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderAVC.cpp 453 VAPictureH264 *ref = picParam->ReferenceFrames;
517 VAPictureH264 *dpb = picParam->ReferenceFrames;
528 memset(picParam->ReferenceFrames, 0xFF, sizeof(picParam->ReferenceFrames));
548 refFrame = picParam->ReferenceFrames;
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderAVC.cpp     [all...]
  /hardware/intel/img/psb_video/src/
tng_H264ES.c 812 ps_buf->ref_surface = SURFACE(psPicParams->ReferenceFrames[0].picture_id);
819 ps_buf->ref_surface[i] = SURFACE(psPicParams->ReferenceFrames[i].picture_id);
    [all...]
pnw_H264.c 656 if (pic_params->ReferenceFrames[i].flags == VA_PICTURE_H264_INVALID) {
661 if (ctx->map_dpbidx_to_picture_id[dpbidx] == pic_params->ReferenceFrames[i].picture_id) {
667 new_pic_ids[num_new_pics] = pic_params->ReferenceFrames[i].picture_id;
711 if (pic_params->ReferenceFrames[i].flags == VA_PICTURE_H264_INVALID) {
714 object_surface_p ref_surface = SURFACE(pic_params->ReferenceFrames[i].picture_id);
719 if (pic_params->ReferenceFrames[i].flags & VA_PICTURE_H264_BOTTOM_FIELD) {
    [all...]
tng_trace.c     [all...]
pnw_H264ES.c 609 ctx->ref_surface = SURFACE(pBuffer->ReferenceFrames[0].picture_id);
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_H264.c 706 object_surface_p ref_surface = SURFACE(pic_params->ReferenceFrames[i].picture_id);
707 if (pic_params->ReferenceFrames[i].flags & VA_PICTURE_H264_BOTTOM_FIELD) {
    [all...]
lnc_H264ES.c 334 ctx->ref_surface = SURFACE(pBuffer->ReferenceFrames[0].picture_id);
    [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp     [all...]

Completed in 153 milliseconds