Searched refs:frame_buf (Results 1 – 7 of 7) sorted by relevance
331 fb = inst->frame_buf; in wave5_vpu_dec_register_frame_buffer_ex()570 info->disp_frame = inst->frame_buf[val + info->index_frame_display]; in wave5_vpu_dec_get_output_info()815 if (!inst->frame_buf[i].update_fb_info) in wave5_vpu_enc_register_frame_buffer()818 inst->frame_buf[i].update_fb_info = false; in wave5_vpu_enc_register_frame_buffer()819 inst->frame_buf[i].stride = stride; in wave5_vpu_enc_register_frame_buffer()820 inst->frame_buf[i].height = height; in wave5_vpu_enc_register_frame_buffer()821 inst->frame_buf[i].map_type = COMPRESSED_FRAME_MAP; in wave5_vpu_enc_register_frame_buffer()822 inst->frame_buf[i].buf_y_size = size_luma; in wave5_vpu_enc_register_frame_buffer()823 inst->frame_buf[i].buf_cb = inst->frame_buf[i].buf_y + size_luma; in wave5_vpu_enc_register_frame_buffer()824 inst->frame_buf[i].buf_cb_size = size_chroma; in wave5_vpu_enc_register_frame_buffer()[all …]
134 struct frame_buffer frame_buf; in start_encode() local176 frame_buf.buf_y = in start_encode()178 frame_buf.buf_cb = frame_buf.buf_y + luma_size; in start_encode()179 frame_buf.buf_cr = frame_buf.buf_cb + chroma_size; in start_encode()181 frame_buf.buf_y = in start_encode()183 frame_buf.buf_cb = in start_encode()185 frame_buf.buf_cr = frame_buf.buf_cb + chroma_size; in start_encode()187 frame_buf.buf_y = in start_encode()189 frame_buf.buf_cb = in start_encode()191 frame_buf.buf_cr = in start_encode()[all …]
802 struct frame_buffer frame_buf[MAX_REG_FRAME]; member
999 struct frame_buffer *frame = &inst->frame_buf[i]; in wave5_prepare_fb()1043 struct frame_buffer *frame = &inst->frame_buf[non_linear_num + i]; in wave5_prepare_fb()
360 u8 frame_buf[100]; in mwifiex_host_mlme_disconnect() local361 struct ieee80211_mgmt *mgmt = (struct ieee80211_mgmt *)frame_buf; in mwifiex_host_mlme_disconnect()363 memset(frame_buf, 0, sizeof(frame_buf)); in mwifiex_host_mlme_disconnect()385 cfg80211_rx_mlme_mgmt(priv->netdev, frame_buf, 26); in mwifiex_host_mlme_disconnect()390 0, frame_buf, 26, 0); in mwifiex_host_mlme_disconnect()
89 const u8 *frame_buf; member5876 parse->frame_buf = ptr; in ath11k_wmi_tlv_mgmt_rx_parse()5903 frame = parse.frame_buf; in ath11k_pull_mgmt_rx_params_tlv()
121 const u8 *frame_buf; member6110 parse->frame_buf = ptr; in ath12k_wmi_tlv_mgmt_rx_parse()6136 frame = parse.frame_buf; in ath12k_pull_mgmt_rx_params_tlv()
Completed in 56 milliseconds