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.c501 VACodedBufferSegment *vaCodedBufSeg = &obj_buffer->codedbuf_mapinfo[0]; in tng_get_coded_data()
582 VACodedBufferSegment *p = &obj_buffer->codedbuf_mapinfo[0]; in psb_codedbuf_map_mangle()
602 memset(obj_buffer->codedbuf_mapinfo, 0, sizeof(obj_buffer->codedbuf_mapinfo)); in psb_codedbuf_map_mangle()
604 *pbuf = p = &obj_buffer->codedbuf_mapinfo[0]; in psb_codedbuf_map_mangle()
Dpsb_drv_video.h602 VACodedBufferSegment codedbuf_mapinfo[PSB_CODEDBUF_SEGMENT_MAX]; member