Searched refs:ps_frame_info (Results 1 – 7 of 7) sorted by relevance
/external/libnfc-nxp/src/ |
D | phLlcNfc_Frame.c | 738 phLlcNfc_Frame_t *ps_frame_info = NULL; in phLlcNfc_H_SendUserIFrame() local 756 ps_frame_info = &(psLlcCtxt->s_frameinfo); in phLlcNfc_H_SendUserIFrame() 757 ps_store_frame = &(ps_frame_info->s_send_store); in phLlcNfc_H_SendUserIFrame() 760 (ps_frame_info->n_s != ((ps_store_frame->winsize_cnt + in phLlcNfc_H_SendUserIFrame() 767 ps_frame_info->n_s); in phLlcNfc_H_SendUserIFrame() 775 llc_header = (uint8_t)(llc_header | ps_frame_info->n_r); in phLlcNfc_H_SendUserIFrame() 798 ps_frame_info->write_status = result; in phLlcNfc_H_SendUserIFrame() 811 ps_frame_info->write_wait_call = (phLlcNfc_eSentFrameType_t) in phLlcNfc_H_SendUserIFrame() 812 (((resend_i_frame == ps_frame_info->write_wait_call) || in phLlcNfc_H_SendUserIFrame() 813 (rejected_i_frame == ps_frame_info->write_wait_call)) ? in phLlcNfc_H_SendUserIFrame() [all …]
|
D | phLlcNfc_Interface.c | 293 phLlcNfc_Frame_t *ps_frame_info = NULL; in phLlcNfc_WrResp_Cb() local 309 ps_frame_info = &(ps_llc_ctxt->s_frameinfo); in phLlcNfc_WrResp_Cb() 310 ps_recv_pkt = &(ps_frame_info->s_recvpacket); in phLlcNfc_WrResp_Cb() 311 ps_store_frame = &(ps_frame_info->s_send_store); in phLlcNfc_WrResp_Cb() 312 count = ps_frame_info->s_send_store.start_pos; in phLlcNfc_WrResp_Cb() 315 PH_LLCNFC_DEBUG("SENT frame type : 0x%02X\n", ps_frame_info->sent_frame_type); in phLlcNfc_WrResp_Cb() 316 PH_LLCNFC_DEBUG("WRITE PENDING : 0x%02X\n", ps_frame_info->write_pending); in phLlcNfc_WrResp_Cb() 317 PH_LLCNFC_DEBUG("WRITE PENDING status : 0x%04X\n", ps_frame_info->write_status); in phLlcNfc_WrResp_Cb() 318 PH_LLCNFC_DEBUG("WRITE wait frame type : 0x%02X\n", ps_frame_info->write_wait_call); in phLlcNfc_WrResp_Cb() 322 switch(ps_frame_info->sent_frame_type) in phLlcNfc_WrResp_Cb() [all …]
|
D | phLlcNfc_Timer.c | 612 phLlcNfc_Frame_t *ps_frame_info = NULL; in phLlcNfc_GuardTimeoutCb() local 632 ps_frame_info = &(gpphLlcNfc_Ctxt->s_frameinfo); in phLlcNfc_GuardTimeoutCb() 708 if (ps_frame_info->s_send_store.winsize_cnt > 0) in phLlcNfc_GuardTimeoutCb() 756 &(ps_frame_info->s_send_store), in phLlcNfc_GuardTimeoutCb() 796 ps_frame_info->write_status = result; in phLlcNfc_GuardTimeoutCb() 803 ps_frame_info->retry_cnt = 0; in phLlcNfc_GuardTimeoutCb() 813 ps_frame_info->write_wait_call = u_rset_frame; in phLlcNfc_GuardTimeoutCb() 834 phLlcNfc_Frame_t *ps_frame_info = NULL; in phLlcNfc_AckTimeoutCb() local 846 ps_frame_info = &(gpphLlcNfc_Ctxt->s_frameinfo); in phLlcNfc_AckTimeoutCb() 851 if (NFCSTATUS_BUSY == PHNFCSTATUS (ps_frame_info->write_status)) in phLlcNfc_AckTimeoutCb() [all …]
|
D | phLlcNfc.c | 364 phLlcNfc_Frame_t *ps_frame_info = NULL; in phLlcNfc_Send() local 389 ps_frame_info = &(ps_llc_ctxt->s_frameinfo); in phLlcNfc_Send() 390 ps_store_frame = &(ps_frame_info->s_send_store); in phLlcNfc_Send() 412 if ((TRUE != ps_frame_info->write_pending) && in phLlcNfc_Send() 414 ps_frame_info->read_pending)) in phLlcNfc_Send() 418 if (1 == ps_frame_info->s_send_store.winsize_cnt) in phLlcNfc_Send() 431 ps_frame_info->write_status = result; in phLlcNfc_Send() 435 ps_frame_info->write_wait_call = (phLlcNfc_eSentFrameType_t) in phLlcNfc_Send() 436 ((resend_i_frame == ps_frame_info->write_wait_call) ? in phLlcNfc_Send() 437 ps_frame_info->write_wait_call : user_i_frame); in phLlcNfc_Send() [all …]
|
/external/libavc/encoder/ |
D | ih264e_rate_control.c | 402 void ih264e_update_rc_mb_info(frame_info_t *ps_frame_info, void *pv_proc) in ih264e_update_rc_mb_info() argument 411 ps_frame_info->tot_mb_sad[mb_type] += ps_proc->i4_mb_distortion; in ih264e_update_rc_mb_info() 414 ps_frame_info->qp_sum[mb_type] += gau1_h264_to_mpeg2_qmap[ps_proc->u4_mb_qp]; in ih264e_update_rc_mb_info() 417 ps_frame_info->num_mbs[mb_type]++; in ih264e_update_rc_mb_info() 422 ps_frame_info->intra_mb_cost_sum += ps_proc->i4_mb_cost; in ih264e_update_rc_mb_info() 543 frame_info_t *ps_frame_info, in ih264e_rc_post_enc() argument 573 ai4_tot_mb_in_type[MB_TYPE_INTRA] = irc_fi_get_total_mb(ps_frame_info,MB_TYPE_INTRA); in ih264e_rc_post_enc() 574 ai4_tot_mb_in_type[MB_TYPE_INTER] = irc_fi_get_total_mb(ps_frame_info,MB_TYPE_INTER); in ih264e_rc_post_enc() 577 ai4_tot_mb_type_qp[MB_TYPE_INTRA] = irc_fi_get_total_mb_qp(ps_frame_info,MB_TYPE_INTRA); in ih264e_rc_post_enc() 578 ai4_tot_mb_type_qp[MB_TYPE_INTER] = irc_fi_get_total_mb_qp(ps_frame_info,MB_TYPE_INTER); in ih264e_rc_post_enc() [all …]
|
D | ih264e_debug.h | 50 #define DEBUG_DUMP_INP_TO_RC_POST_ENC(ps_frame_info, pic_cnt, num_cores) \ argument 51 ih264e_debug_dump_inp_to_post_enc(ps_frame_info, pic_cnt, num_cores); 61 #define DEBUG_DUMP_INP_TO_RC_POST_ENC(ps_frame_info, pic_cnt, num_cores) (void); argument
|
D | ih264e_rate_control.h | 211 void ih264e_update_rc_mb_info(frame_info_t *ps_frame_info, void *pv_proc); 306 frame_info_t *ps_frame_info, 339 void ih264e_update_rc_bits_info(frame_info_t *ps_frame_info, void *pv_entropy);
|