Home
last modified time | relevance | path

Searched refs:minfo (Results 1 – 8 of 8) sorted by relevance

/device/soc/amlogic/a311d/hardware/media/libamplayer/samples/
Dkplayer.c121 int _media_info_dump(media_info_t* minfo) in _media_info_dump() argument
125 printf("======||file size:%lld\n", minfo->stream_info.file_size); in _media_info_dump()
126 printf("======||file type:%d\n", minfo->stream_info.type); in _media_info_dump()
127 printf("======||has internal subtitle?:%s\n", minfo->stream_info.has_sub > 0 ? "YES!" : "NO!"); in _media_info_dump()
128 printf("======||internal subtile counts:%d\n", minfo->stream_info.total_sub_num); in _media_info_dump()
129 printf("======||has video track?:%s\n", minfo->stream_info.has_video > 0 ? "YES!" : "NO!"); in _media_info_dump()
130 printf("======||has audio track?:%s\n", minfo->stream_info.has_audio > 0 ? "YES!" : "NO!"); in _media_info_dump()
131 printf("======||duration:%d\n", minfo->stream_info.duration); in _media_info_dump()
132 if (minfo->stream_info.has_video && minfo->stream_info.total_video_num > 0) { in _media_info_dump()
133 printf("======||video counts:%d\n", minfo->stream_info.total_video_num); in _media_info_dump()
[all …]
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/mesh/
Drtw_mesh_hwmp.c332 struct rtw_mesh_info *minfo = &adapter->mesh_info; in rtw_mesh_path_error_tx() local
338 if (rtw_time_before(rtw_get_current_time(), minfo->next_perr)) in rtw_mesh_path_error_tx()
472 struct rtw_mesh_info *minfo = &adapter->mesh_info; in rtw_hwmp_preq_frame_process() local
516 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_hwmp_preq_frame_process()
518 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_hwmp_preq_frame_process()
519 ++minfo->sn; in rtw_hwmp_preq_frame_process()
520 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
522 target_sn = minfo->sn; in rtw_hwmp_preq_frame_process()
531 target_sn = ++minfo->sn; in rtw_hwmp_preq_frame_process()
533 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
[all …]
Drtw_mesh.c482 struct rtw_mesh_info *minfo = &adapter->mesh_info; in rtw_mesh_acnode_rsvd_chk() local
483 struct mesh_plink_pool *plink_ctl = &minfo->plink_ctl; in rtw_mesh_acnode_rsvd_chk()
529 struct rtw_mesh_info *minfo = &adapter->mesh_info; in rtw_mesh_peer_blacklist_add() local
530 struct mesh_plink_pool *plink_ctl = &minfo->plink_ctl; in rtw_mesh_peer_blacklist_add()
538 struct rtw_mesh_info *minfo = &adapter->mesh_info; in rtw_mesh_peer_blacklist_del() local
539 struct mesh_plink_pool *plink_ctl = &minfo->plink_ctl; in rtw_mesh_peer_blacklist_del()
546 struct rtw_mesh_info *minfo = &adapter->mesh_info; in rtw_mesh_peer_blacklist_search() local
547 struct mesh_plink_pool *plink_ctl = &minfo->plink_ctl; in rtw_mesh_peer_blacklist_search()
554 struct rtw_mesh_info *minfo = &adapter->mesh_info; in rtw_mesh_peer_blacklist_flush() local
555 struct mesh_plink_pool *plink_ctl = &minfo->plink_ctl; in rtw_mesh_peer_blacklist_flush()
[all …]
Drtw_mesh_pathtbl.c406 struct rtw_mesh_info *minfo; in rtw_mesh_path_add_gate() local
428 minfo = &mpath->adapter->mesh_info; in rtw_mesh_path_add_gate()
431 ori_num_gates = minfo->num_gates; in rtw_mesh_path_add_gate()
432 minfo->num_gates++; in rtw_mesh_path_add_gate()
436 || rtw_macaddr_is_larger(mpath->dst, minfo->max_addr_gate->dst) in rtw_mesh_path_add_gate()
438 minfo->max_addr_gate = mpath; in rtw_mesh_path_add_gate()
439 minfo->max_addr_gate_is_larger_than_self = in rtw_mesh_path_add_gate()
473 struct rtw_mesh_info *minfo; in rtw_mesh_gate_del() local
481 minfo = &mpath->adapter->mesh_info; in rtw_mesh_gate_del()
486 ori_num_gates = minfo->num_gates; in rtw_mesh_gate_del()
[all …]
/device/soc/amlogic/a311d/hardware/media/libamplayer/include/
Dplayer.h50 int player_get_media_info(int pid, media_info_t *minfo);
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/
Dioctl_cfg80211.c6008 struct rtw_mesh_info *minfo = &padapter->mesh_info; in cfg80211_rtw_add_station() local
6009 struct mesh_plink_pool *plink_ctl = &minfo->plink_ctl; in cfg80211_rtw_add_station()
9144 static void rtw_cfg80211_mesh_info_set_profile(struct rtw_mesh_info *minfo, const struct mesh_setup… in rtw_cfg80211_mesh_info_set_profile() argument
9146 _rtw_memcpy(minfo->mesh_id, setup->mesh_id, setup->mesh_id_len); in rtw_cfg80211_mesh_info_set_profile()
9147 minfo->mesh_id_len = setup->mesh_id_len; in rtw_cfg80211_mesh_info_set_profile()
9148 minfo->mesh_pp_id = setup->path_sel_proto; in rtw_cfg80211_mesh_info_set_profile()
9149 minfo->mesh_pm_id = setup->path_metric; in rtw_cfg80211_mesh_info_set_profile()
9150 minfo->mesh_cc_id = 0; in rtw_cfg80211_mesh_info_set_profile()
9152 minfo->mesh_sp_id = setup->sync_method; in rtw_cfg80211_mesh_info_set_profile()
9155 minfo->mesh_auth_id = setup->auth_id; in rtw_cfg80211_mesh_info_set_profile()
[all …]
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/include/linux/amlogic/media/utils/
Damstream.h862 struct vframe_counter_s minfo[QOS_FRAME_NUM]; member
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/stream_input/amports/
Damstream.c2625 if (copy_to_user((void *)&uarg->minfo[0], in amstream_do_ioctl_new()