Home
last modified time | relevance | path

Searched refs:i_type (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_header_gen.c74 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 Dh265e_header_gen.h60 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 Domfs_fs.h64 char i_type; /* OMFS_[DIR,FILE] */ member
H A Dinode.c122 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 Ddir.c358 d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG; in omfs_fill_chain()
/OK3568_Linux_fs/kernel/fs/befs/
H A Dbefs.h65 u32 i_type; member
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_log.h37 vec->i_type = type; in xlog_prepare_iovec()
H A Dxfs_log.c829 .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 Dxfs_log_cil.c807 lhdr.i_type = XLOG_REG_TYPE_TRANSHDR; in xlog_cil_push_work()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Domfs.rst77 char i_type; /* OMFS_[DIR,FILE] */
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/
H A D0003-fix-luaL-checkint.patch110 int i_type = vlc_osd_slider_type_from_string( psz_type );
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_log_format.h197 uint i_type; /* type of region */ member