Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpsb_buffer.c585 unsigned int next_buf_off; in psb_codedbuf_map_mangle() local
688 next_buf_off = 0; in psb_codedbuf_map_mangle()
691 …p->size = *(unsigned long *)((unsigned long)raw_codedbuf + next_buf_off); /* ui32BytesUsed in HEA… in psb_codedbuf_map_mangle()
692 …f = (unsigned char *)((unsigned long *)((unsigned long)raw_codedbuf + next_buf_off) + 4); /* skip… in psb_codedbuf_map_mangle()
693next_buf_off = *((unsigned long *)((unsigned long)raw_codedbuf + next_buf_off) + 3); /* ui32Reser… in psb_codedbuf_map_mangle()
696 …ug_msg(VIDEO_DEBUG_GENERAL, "JPEG coded buffer next segment %d offset: %d\n", i + 1, next_buf_off); in psb_codedbuf_map_mangle()
698 if (next_buf_off == 0) { in psb_codedbuf_map_mangle()
750 next_buf_off = ~0xf & (obj_buffer->size / pnw_get_parallel_core_number(obj_context)); in psb_codedbuf_map_mangle()
756 p[i].size = *(unsigned long *)((unsigned long)raw_codedbuf + next_buf_off); in psb_codedbuf_map_mangle()
757 … = (unsigned char *)(((unsigned long *)((unsigned long)raw_codedbuf + next_buf_off)) + 4); /* skip… in psb_codedbuf_map_mangle()
[all …]