Home
last modified time | relevance | path

Searched refs:codedbuf_mapinfo (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpsb_buffer.c503 VACodedBufferSegment *vaCodedBufSeg = &obj_buffer->codedbuf_mapinfo[0]; in tng_get_coded_data()
584 VACodedBufferSegment *p = &obj_buffer->codedbuf_mapinfo[0]; in psb_codedbuf_map_mangle()
604 memset(obj_buffer->codedbuf_mapinfo, 0, sizeof(obj_buffer->codedbuf_mapinfo)); in psb_codedbuf_map_mangle()
606 *pbuf = p = &obj_buffer->codedbuf_mapinfo[0]; in psb_codedbuf_map_mangle()
Dpsb_drv_video.h603 VACodedBufferSegment codedbuf_mapinfo[PSB_CODEDBUF_SEGMENT_MAX]; member