HomeSort by relevance Sort by last modified time
    Searched defs:ref_surface (Results 1 - 11 of 11) sorted by null

  /hardware/intel/img/psb_video/src/
tng_picmgmt.c 732 object_surface_p ref_surface = ps_buf->ref_surface[ui32refindex]; local
737 ref_surface = ps_buf->ref_surface;
741 ref_surface = ps_buf->ref_surface1;
746 srf_buf_offset = ref_surface->psb_surface->buf.buffer_ofs;
    [all...]
pnw_hostcode.c 718 object_surface_p ref_surface; local
745 ctx->ref_surface = ctx->dest_surface;
747 ref_surface = ctx->ref_surface;
752 CLEAR_SURFACE_INFO_skipped_flag(ref_surface->psb_surface);
1857 object_surface_p ref_surface; local
    [all...]
pnw_H264.c 299 object_surface_p ref_surface = SURFACE(pic->picture_id); local
300 if (ref_surface) {
301 result = GET_SURFACE_INFO_dpb_idx(ref_surface->psb_surface);
698 object_surface_p ref_surface = SURFACE(ctx->map_dpbidx_to_picture_id[dpbidx]); local
699 if (!ref_surface) {
704 SET_SURFACE_INFO_dpb_idx(ref_surface->psb_surface, dpbidx);
714 object_surface_p ref_surface = SURFACE(pic_params->ReferenceFrames[i].picture_id); local
715 if (ref_surface) {
716 dpbidx = GET_SURFACE_INFO_dpb_idx(ref_surface->psb_surface);
1291 object_surface_p ref_surface = SURFACE(ctx->map_dpbidx_to_picture_id[dpbidx]); local
    [all...]
pnw_hostcode.h 233 object_surface_p ref_surface; member in struct:context_ENC_s
tng_hostcode.h 171 object_surface_p ref_surface; member in struct:context_ENC_frame_buf_s
174 object_surface_p ref_surface[16]; member in struct:context_ENC_frame_buf_s
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderBase.h 40 VASurfaceID ref_surface; member in struct:EncodeTask
  /hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.c 258 object_surface_p ref_surface; local
289 ctx->ref_surface = ctx->dest_surface;
291 ref_surface = ctx->ref_surface;
292 if (NULL == ref_surface) {
300 CLEAR_SURFACE_INFO_skipped_flag(ref_surface->psb_surface);
650 ctx->previous_ref_surface = ctx->ref_surface;
1360 object_surface_p ref_surface; local
    [all...]
psb_H264.c 291 object_surface_p ref_surface = SURFACE(pic->picture_id); local
292 if (ref_surface) {
293 result = GET_SURFACE_INFO_dpb_idx(ref_surface->psb_surface);
706 object_surface_p ref_surface = SURFACE(pic_params->ReferenceFrames[i].picture_id); local
710 if (ref_surface) {
711 SET_SURFACE_INFO_dpb_idx(ref_surface->psb_surface, i);
1182 object_surface_p ref_surface = SURFACE(slice_param->RefPicList0[i].picture_id); local
1196 object_surface_p ref_surface = SURFACE(slice_param->RefPicList1[i].picture_id); local
1209 object_surface_p ref_surface = SURFACE(pic_params->ReferenceFrames[i].picture_id); local
    [all...]
lnc_hostcode.h 178 object_surface_p ref_surface; member in struct:context_ENC_s
  /external/v4l2_codec2/vda/
v4l2_slice_video_decode_accelerator.cc 2769 scoped_refptr<V4L2DecodeSurface> ref_surface = local
2793 scoped_refptr<V4L2DecodeSurface> ref_surface = local
    [all...]
  /hardware/intel/common/libva/test/encode/
h264encode.c 84 static VASurfaceID ref_surface[SURFACE_NUM]; variable
    [all...]

Completed in 268 milliseconds