Home
last modified time | relevance | path

Searched defs:codec_mm_s (Results 1 – 2 of 2) sorted by relevance

/device/soc/amlogic/a311d/soc/include/linux/amlogic/media/codec_mm/
Dcodec_mm.h73 struct codec_mm_s { struct
75 const char *owner[8];
76 int ins_id; /* used by with channel? */
77 int ins_buffer_id; /* canbe for buffer id */
79 char *vbuffer;
80 void *mem_handle; /* used for top level.alloc/free */
81 void *from_ext; /* alloced from pool */
82 ulong phy_addr; /* if phy continue or one page only */
83 int buffer_size;
84 int page_count;
[all …]
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/include/linux/amlogic/media/codec_mm/
Dcodec_mm.h76 struct codec_mm_s { struct
78 const char *owner[8];
79 int ins_id;/*used by with channel?*/
80 int ins_buffer_id;/*canbe for buffer id*/
82 char *vbuffer;
83 void *mem_handle; /*used for top level.alloc/free */
84 void *from_ext; /*alloced from pool*/
85 ulong phy_addr; /*if phy continue or one page only */
86 int buffer_size;
87 int page_count;
[all …]