Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/platform/mediatek/vcodec/venc/
Dvenc_vp8_if.c244 u8 ac_tag[MAX_AC_TAG_SIZE]; in vp8_enc_compose_one_frame() local
253 ac_tag[0] = tag & 0xff; in vp8_enc_compose_one_frame()
254 ac_tag[1] = (tag >> 8) & 0xff; in vp8_enc_compose_one_frame()
255 ac_tag[2] = (tag >> 16) & 0xff; in vp8_enc_compose_one_frame()
260 ac_tag[3] = 0x9d; in vp8_enc_compose_one_frame()
261 ac_tag[4] = 0x01; in vp8_enc_compose_one_frame()
262 ac_tag[5] = 0x2a; in vp8_enc_compose_one_frame()
263 ac_tag[6] = inst->vsi->config.pic_w; in vp8_enc_compose_one_frame()
264 ac_tag[7] = inst->vsi->config.pic_w >> 8; in vp8_enc_compose_one_frame()
265 ac_tag[8] = inst->vsi->config.pic_h; in vp8_enc_compose_one_frame()
[all …]
/linux-5.19.10/drivers/staging/rtl8712/
Drtl871x_xmit.h192 sint ac_tag; member
265 sint _r8712_init_hw_txqueue(struct hw_txqueue *phw_txqueue, u8 ac_tag);
Drtl8712_xmit.c29 sint _r8712_init_hw_txqueue(struct hw_txqueue *phw_txqueue, u8 ac_tag) in _r8712_init_hw_txqueue() argument
31 phw_txqueue->ac_tag = ac_tag; in _r8712_init_hw_txqueue()
32 switch (ac_tag) { in _r8712_init_hw_txqueue()
/linux-5.19.10/drivers/staging/r8188eu/include/
Drtw_xmit.h249 int ac_tag; member
336 s32 _rtw_init_hw_txqueue(struct hw_txqueue *phw_txqueue, u8 ac_tag);
/linux-5.19.10/drivers/staging/rtl8723bs/include/
Drtw_xmit.h339 signed int ac_tag; member
458 s32 _rtw_init_hw_txqueue(struct hw_txqueue *phw_txqueue, u8 ac_tag);