Searched refs:off (Results 1 – 9 of 9) sorted by relevance
33 RK_U32 off = hdr_get_offset_from_frame(frame); in fill_hdr_meta_to_frame() local58 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()
1 @echo off
681 # The QUIET tag can be used to turn on/off the messages that are generated to683 # messages are off.688 # The WARNINGS tag can be used to turn on/off the warning messages that are1331 # DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top1345 # (i.e. any modern browser). Windows users are probably better off using the2016 # NO turns the diagrams off. Note that this option also works with HAVE_DOT
200 static void mpp_fetch_timestamp(SplitContext_t *s, RK_S32 off) in mpp_fetch_timestamp() argument209 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()
619 |h264:cr_qp_offset|S32|RK_S32|0-is off, 1-is on.|