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

  /hardware/intel/img/psb_video/src/
pnw_H264.c 199 typedef struct context_H264_s *context_H264_p;
201 #define INIT_CONTEXT_H264 context_H264_p ctx = (context_H264_p) obj_context->format_data;
296 static uint32_t PICTURE2INDEX(context_H264_p ctx, VAPictureH264 *pic)
412 context_H264_p ctx;
419 ctx = (context_H264_p) calloc(1, sizeof(struct context_H264_s));
549 static VAStatus psb__H264_process_picture_param(context_H264_p ctx, object_buffer_p obj_buffer)
798 static VAStatus psb__H264_process_iq_matrix(context_H264_p ctx, object_buffer_p obj_buffer)
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_H264.c 191 typedef struct context_H264_s *context_H264_p;
193 #define INIT_CONTEXT_H264 context_H264_p ctx = (context_H264_p) obj_context->format_data;
288 static uint32_t PICTURE2INDEX(context_H264_p ctx, VAPictureH264 *pic)
384 context_H264_p ctx;
393 ctx = (context_H264_p) calloc(1, sizeof(struct context_H264_s));
554 static VAStatus psb__H264_allocate_colocated_buffer(context_H264_p ctx, object_surface_p obj_surface, uint32_t size)
578 static psb_buffer_p psb__H264_lookup_colocated_buffer(context_H264_p ctx, psb_surface_p surface)
608 static VAStatus psb__H264_process_picture_param(context_H264_p ctx, object_buffer_p obj_buffer)
775 static VAStatus psb__H264_process_iq_matrix(context_H264_p ctx, object_buffer_p obj_buffer
    [all...]

Completed in 47 milliseconds