Searched refs:i_type (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/ |
| H A D | h265e_header_gen.c | 74 mpp_writer_put_bits(&s, nal->i_type, 6);//nal_unit_type in h265e_nal_encode() 115 nal[i].i_type == NAL_VPS || in h265e_encapsulate_nals() 116 nal[i].i_type == NAL_SPS || in h265e_encapsulate_nals() 117 nal[i].i_type == NAL_PPS || in h265e_encapsulate_nals() 213 sei_nal.i_type = NAL_SEI_PREFIX; in h265e_sei_recovery_point() 625 void h265e_nal_start(H265eExtraInfo *out, RK_S32 i_type, in h265e_nal_start() argument 632 nal->i_type = i_type; in h265e_nal_start() 733 sei_nal.i_type = NAL_SEI_PREFIX; in h265e_data_to_sei() 763 src->nal[k].i_type, src->nal[k].i_payload); in h265e_get_extra_info() 765 mpp_packet_add_segment_info(pkt_out, src->nal[k].i_type, in h265e_get_extra_info()
|
| H A D | h265e_header_gen.h | 60 RK_S32 i_type; /* nal_unit_type_e */ member 93 void h265e_rkv_nal_start(H265eExtraInfo *out, RK_S32 i_type,
|
| /OK3568_Linux_fs/kernel/fs/omfs/ |
| H A D | omfs_fs.h | 64 char i_type; /* OMFS_[DIR,FILE] */ member
|
| H A D | inode.c | 122 oi->i_type = OMFS_DIR; in __omfs_write_inode() 124 oi->i_type = OMFS_FILE; in __omfs_write_inode() 243 switch (oi->i_type) { in omfs_iget()
|
| H A D | dir.c | 358 d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG; in omfs_fill_chain()
|
| /OK3568_Linux_fs/kernel/fs/befs/ |
| H A D | befs.h | 65 u32 i_type; member
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_log.h | 37 vec->i_type = type; in xlog_prepare_iovec()
|
| H A D | xfs_log.c | 829 .i_type = XLOG_REG_TYPE_UNMOUNT, in xlog_write_unmount_record() 1474 .i_type = XLOG_REG_TYPE_COMMIT, in xlog_commit_record() 2078 xfs_warn(mp, " type = 0x%x", vec->i_type); in xlog_print_trans() 2115 xlog_tic_add_region(ticket, vecp->i_len, vecp->i_type); in xlog_write_calc_vec_length()
|
| H A D | xfs_log_cil.c | 807 lhdr.i_type = XLOG_REG_TYPE_TRANSHDR; in xlog_cil_push_work()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | omfs.rst | 77 char i_type; /* OMFS_[DIR,FILE] */
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/ |
| H A D | 0003-fix-luaL-checkint.patch | 110 int i_type = vlc_osd_slider_type_from_string( psz_type );
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_log_format.h | 197 uint i_type; /* type of region */ member
|