Searched refs:SET_SURFACE_INFO_colocated_index (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | tng_vld_dec.c | 42 #define SET_SURFACE_INFO_colocated_index(psb_surface, val) psb_surface->extra_info[3] = (uint32_t) … macro 367 … SET_SURFACE_INFO_colocated_index(surface, index + 1); /* 0 means unset, index is offset by 1 */ in vld_dec_allocate_colocated_buffer() 376 SET_SURFACE_INFO_colocated_index(surface, index); /* replace the original buffer */ in vld_dec_allocate_colocated_buffer()
|
/hardware/intel/img/psb_video/src/mrst/ |
D | psb_H264.c | 57 #define SET_SURFACE_INFO_colocated_index(psb_surface, val) psb_surface->extra_info[3] = (uint32_t) … macro 573 … SET_SURFACE_INFO_colocated_index(surface, index + 1); /* 0 means unset, index is offset by 1 */ in psb__H264_allocate_colocated_buffer()
|
D | psb_MPEG4.c | 55 #define SET_SURFACE_INFO_colocated_index(psb_surface, val) psb_surface->extra_info[3] = (uint32_t) … macro 569 … SET_SURFACE_INFO_colocated_index(surface, index + 1); /* 0 means unset, index is offset by 1 */ in psb__MPEG4_allocate_colocated_buffer()
|
D | psb_VC1.c | 59 #define SET_SURFACE_INFO_colocated_index(psb_surface, val) psb_surface->extra_info[3] = (uint32_t) … macro 573 … SET_SURFACE_INFO_colocated_index(surface, index + 1); /* 0 means unset, index is offset by 1 */ in psb__VC1_allocate_colocated_buffer()
|