Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mediatek/vcodec/encoder/venc/
H A Dvenc_vp8_if.c233 u8 ac_tag[MAX_AC_TAG_SIZE]; in vp8_enc_compose_one_frame() local
242 ac_tag[0] = tag & 0xff; in vp8_enc_compose_one_frame()
243 ac_tag[1] = (tag >> 8) & 0xff; in vp8_enc_compose_one_frame()
244 ac_tag[2] = (tag >> 16) & 0xff; in vp8_enc_compose_one_frame()
249 ac_tag[3] = 0x9d; in vp8_enc_compose_one_frame()
250 ac_tag[4] = 0x01; in vp8_enc_compose_one_frame()
251 ac_tag[5] = 0x2a; in vp8_enc_compose_one_frame()
252 ac_tag[6] = inst->vsi->config.pic_w; in vp8_enc_compose_one_frame()
253 ac_tag[7] = inst->vsi->config.pic_w >> 8; in vp8_enc_compose_one_frame()
254 ac_tag[8] = inst->vsi->config.pic_h; in vp8_enc_compose_one_frame()
[all …]
/linux/drivers/staging/rtl8723bs/include/
H A Drtw_xmit.h329 signed int ac_tag; member
448 s32 _rtw_init_hw_txqueue(struct hw_txqueue *phw_txqueue, u8 ac_tag);