Home
last modified time | relevance | path

Searched refs:off (Results 1 – 9 of 9) sorted by relevance

/rockchip-linux_mpp/mpp/base/
H A Dmpp_dec_hdr_meta.c33 RK_U32 off = hdr_get_offset_from_frame(frame); in fill_hdr_meta_to_frame() local
58 off = downscale_width * downscale_height * 3 / 2; in fill_hdr_meta_to_frame()
60 off = MPP_ALIGN(off, SZ_4K); in fill_hdr_meta_to_frame()
68 if ((off + total_size) > max_size) { in fill_hdr_meta_to_frame()
70 off, total_size, max_size); in fill_hdr_meta_to_frame()
74 mpp_meta_set_s32(meta, KEY_HDR_META_OFFSET, off); in fill_hdr_meta_to_frame()
76 hdr_static_meta_header = (RkMetaHdrHeader*)(ptr + off); in fill_hdr_meta_to_frame()
146 off += hdr_static_meta_header->size; in fill_hdr_meta_to_frame()
150 hdr_dynamic_meta_header = (RkMetaHdrHeader*)(ptr + off); in fill_hdr_meta_to_frame()
/rockchip-linux_mpp/tools/
H A Dmpp_astyle.bat1 @echo off
H A Dmpp_doxyfile681 # The QUIET tag can be used to turn on/off the messages that are generated to
683 # messages are off.
688 # The WARNINGS tag can be used to turn on/off the warning messages that are
1331 # DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top
1345 # (i.e. any modern browser). Windows users are probably better off using the
2016 # NO turns the diagrams off. Note that this option also works with HAVE_DOT
/rockchip-linux_mpp/build/vc12-x86_64/
H A Dmake-solutions.bat1 @echo off
H A Dbuild-all.bat1 @echo off
/rockchip-linux_mpp/build/vc10-x86_64/
H A Dmake-solutions.bat1 @echo off
H A Dbuild-all.bat1 @echo off
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c200 static void mpp_fetch_timestamp(SplitContext_t *s, RK_S32 off) in mpp_fetch_timestamp() argument
209 if ( s->cur_offset + off >= s->cur_frame_offset[i] in mpp_fetch_timestamp()
217 if (s->cur_offset + off < s->cur_frame_end[i]) in mpp_fetch_timestamp()
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_EN.md619 |h264:cr_qp_offset|S32|RK_S32|0-is off, 1-is on.|