Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_packet_impl.h22 #define MPP_PACKET_FLAG_EOS (0x00000001) macro
/rockchip-linux_mpp/mpp/base/
H A Dmpp_packet.c261 p->flag |= MPP_PACKET_FLAG_EOS; in mpp_packet_set_eos()
272 p->flag &= ~MPP_PACKET_FLAG_EOS; in mpp_packet_clr_eos()
283 return (p->flag & MPP_PACKET_FLAG_EOS) ? (1) : (0); in mpp_packet_get_eos()
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_CN.md190 | flag | RK_U32 | 表示MPP内部使用的标志位,包含如下标志: <br/>\#define MPP_PACKET_FLAG_EOS (0x00000001) <br/>…
H A DRockchip_Developer_Guide_MPP_EN.md179 … bits used within MPP, including the following flag: <br/>\#define MPP_PACKET_FLAG_EOS (0x00000001…