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

  /hardware/intel/img/psb_video/src/
pnw_MPEG2.c 52 #define SET_SURFACE_INFO_picture_coding_type(psb_surface, val) psb_surface->extra_info[2] = (uint32_t) val;
    [all...]
tng_VP8.c 187 #define SET_SURFACE_INFO_picture_coding_type(psb_surface, val) psb_surface->extra_info[2] = (uint32_t) val;
    [all...]
tng_jpegdec.c 54 #define SET_SURFACE_INFO_picture_coding_type(psb_surface, val) psb_surface->extra_info[2] = (uint32_t) val;
    [all...]
pnw_MPEG4.c 52 #define SET_SURFACE_INFO_picture_coding_type(psb_surface, val) psb_surface->extra_info[2] = (uint32_t) val;
    [all...]
pnw_VC1.c 58 #define SET_SURFACE_INFO_picture_coding_type(psb_surface, val) psb_surface->extra_info[2] = (uint32_t) val;
761 //SET_SURFACE_INFO_picture_coding_type(ctx->decoded_surface->psb_surface, pic_params->picture_fields.bits.frame_coding_mode);
762 SET_SURFACE_INFO_picture_coding_type(ctx->obj_context->current_render_target->psb_surface, pic_params->picture_fields.bits.frame_coding_mode);
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG2.c 53 #define SET_SURFACE_INFO_picture_coding_type(psb_surface, val) psb_surface->extra_info[2] = (uint32_t) val;
    [all...]
psb_MPEG4.c 53 #define SET_SURFACE_INFO_picture_coding_type(psb_surface, val) psb_surface->extra_info[2] = (uint32_t) val;
    [all...]
psb_VC1.c 57 #define SET_SURFACE_INFO_picture_coding_type(psb_surface, val) psb_surface->extra_info[2] = (uint32_t) val;
    [all...]

Completed in 132 milliseconds