Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu_v2.c128 const RK_S32(*context)[460][2]; in vepu_write_cabac_table() local
136 context = &h264_context_init_intra; in vepu_write_cabac_table()
139 context = &h264_context_init[cabac_init_idc]; in vepu_write_cabac_table()
142 RK_S32 m = (RK_S32)(*context)[i][0]; in vepu_write_cabac_table()
143 RK_S32 n = (RK_S32)(*context)[i][1]; in vepu_write_cabac_table()
/rockchip-linux_mpp/osal/linux/
H A Ddrm.h299 int context; member
404 int context; /**< Context handle */ member
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_EN.md245 ## 2.6 Instance context structure(MppCtx)
247context handle provided to user as decoder or encoder. Users can create MppCtx instance and MppApi…
260 …ce, input and output at the same time, used alone. <br>ctx :MPP instance context. <br>packet :Inpu…
261 …erface, used in conjunction with decode_get_frame. <br>ctx :MPP instance context. <br>packet :Inpu…
262 …rface, used in conjunction with decode_put_packet. <br>ctx :MPP instance context. <br>frame :outpu…
263 …nput and output at the same time, used separately. <br>ctx :MPP instance context. <br>frame :input…
264 …rface, used in conjunction with encode_get_packet. <br>ctx :MPP instance context. <br>frame :input…
265 …erface, used in conjunction with encode_put_frame. <br>ctx :MPP instance context. <br>packet :outp…
266 …y whether the port has data available for dequeue. <br>ctx :MPP instance context. <br>type :Port t…
267 …ed to dequeue the MppTask structure from the port. <br>ctx :MPP instance context. <br>type :Port t…
[all …]
/rockchip-linux_mpp/
H A Dreadme.txt279 | open context | | | |
H A DCHANGELOG.md387 - [mpp_trie]: Add trie context filling feature