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

  /hardware/intel/img/psb_video/src/
psb_cmdbuf.c 673 RELOC_MSG(deblock_msg->address_a0, buf_a->buffer_ofs, buf_a);
674 RELOC_MSG(deblock_msg->address_a1, buf_a->buffer_ofs + chroma_offset_a, buf_a);
676 RELOC_MSG(deblock_msg->address_b0, buf_b->buffer_ofs, buf_b);
677 RELOC_MSG(deblock_msg->address_b1, buf_b->buffer_ofs + chroma_offset_b, buf_b);
680 RELOC_MSG(deblock_msg->mb_param_address, colocate_buffer->buffer_ofs, colocate_buffer);
720 RELOC_MSG(deblock_msg->address_a0, buf_a->buffer_ofs, buf_a);
721 RELOC_MSG(deblock_msg->address_a1, buf_a->buffer_ofs + chroma_offset_a, buf_a);
722 RELOC_MSG(deblock_msg->address_b0, buf_b->buffer_ofs, buf_b);
723 RELOC_MSG(deblock_msg->address_b1, buf_b->buffer_ofs + chroma_offset_b, buf_b);
787 RELOC_MSG(*(msg + (FW_DEVA_DECODE_LLDMA_ADDRESS_OFFSET / sizeof(uint32_t)))
    [all...]
psb_cmdbuf.h 158 #define RELOC_MSG(dest, offset, buf) psb_cmdbuf_add_relocation(cmdbuf, (uint32_t*) &dest, buf, offset, 0XFFFFFFFF, 0, 0, 0)
pnw_H264.c     [all...]

Completed in 60 milliseconds