Home
last modified time | relevance | path

Searched refs:end (Results 1 – 22 of 22) sorted by relevance

/rockchip-linux_mpp/mpp/base/test/
H A Dmpp_trie_test.c73 RK_S64 end = 0; in main() local
85 end = mpp_time(); in main()
86 mpp_log("add act time %lld us\n", end - start); in main()
101 end = mpp_time(); in main()
107 act->proc(act->ctx, end - start); in main()
109 mpp_loge("search %s failed time %lld us\n", name, end - start); in main()
H A Dmpp_dec_cfg_test.c31 RK_S64 end = 0; in main() local
52 end = mpp_time(); in main()
53 mpp_log("set u32 time %lld us\n", end - start); in main()
H A Dmpp_sys_cfg_test.c20 RK_S64 end = 0; in main() local
78 end = mpp_time(); in main()
79 mpp_log("set u32 time %lld us\n", end - start); in main()
H A Dmpp_enc_cfg_test.c20 RK_S64 end = 0; in main() local
59 end = mpp_time(); in main()
60 mpp_log("set s32 time %lld us\n", end - start); in main()
/rockchip-linux_mpp/mpp/legacy/
H A Drk_list.cpp399 int i, start = 0, end = 0; in main() local
401 end = TOTAL_RK_LIST_TEST_COUNT; in main()
404 end = start + 1; in main()
407 end = atoi(argv[2]); in main()
412 … if (start < 0 || start > TOTAL_RK_LIST_TEST_COUNT || end < 0 || end > TOTAL_RK_LIST_TEST_COUNT) { in main()
413 printf("invalid input: start %d end %d\n", start, end); in main()
416 for (i = start; i < end; i++) { in main()
H A DppOp.cpp94 goto end; in main()
98 goto end; in main()
179 goto end; in main()
234 end: in main()
/rockchip-linux_mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_common.c240 RK_U8 *end = p + length; in jpegd_vdpu_tail_0xFF_patch() local
242 if (end[-1] == 0xD9 && end[-2] == 0xFF) { in jpegd_vdpu_tail_0xFF_patch()
243 end -= 2; in jpegd_vdpu_tail_0xFF_patch()
246 if (end[-1] == 0xFF) { in jpegd_vdpu_tail_0xFF_patch()
247 end--; in jpegd_vdpu_tail_0xFF_patch()
254 end[0] = 0xff; in jpegd_vdpu_tail_0xFF_patch()
255 end[1] = 0xD9; in jpegd_vdpu_tail_0xFF_patch()
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_header_gen.c42 static RK_U8 *h265e_nal_escape_c(RK_U8 *dst, RK_U8 *src, RK_U8 *end) in h265e_nal_escape_c() argument
44 if (src < end) *dst++ = *src++; in h265e_nal_escape_c()
45 if (src < end) *dst++ = *src++; in h265e_nal_escape_c()
46 while (src < end) { in h265e_nal_escape_c()
59 RK_U8 *end = nal->p_payload + nal->i_payload; in h265e_nal_encode() local
78 dst = h265e_nal_escape_c(dst, src, end); in h265e_nal_encode()
206 RK_U8 *end = 0; in h265e_sei_recovery_point() local
219 end = &stream.buf[stream.enc_stream.byte_cnt]; in h265e_sei_recovery_point()
220 sei_nal.i_payload = (RK_S32) (end - sei_nal.p_payload); in h265e_sei_recovery_point()
662 RK_U8 *end = &s->buf[s->enc_stream.byte_cnt]; in h265e_nal_end() local
[all …]
/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvpx_rac.c51 c->end = buf + buf_size; in vpx_init_range_decoder()
64 if (bits >= 0 && c->buffer < c->end) { in vpx_rac_renorm()
H A Dvpx_rac.h43 const uint8_t *end; member
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_parser.c989 goto end; in av1d_parser_frame()
998 goto end; in av1d_parser_frame()
1010 goto end; in av1d_parser_frame()
1028 goto end; in av1d_parser_frame()
1034 goto end; in av1d_parser_frame()
1042 goto end; in av1d_parser_frame()
1047 goto end; in av1d_parser_frame()
1060 goto end; in av1d_parser_frame()
1070 goto end; in av1d_parser_frame()
1109 goto end; in av1d_parser_frame()
[all …]
H A Dav1d_api.c177 goto end; in av1d_prepare()
180 end: in av1d_prepare()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_trie.c360 static rk_s32 mpp_trie_walk(MppTrieWalk *p, rk_s32 idx, rk_u32 key, rk_u32 keyx, rk_u32 end) in mpp_trie_walk() argument
398 if (node->tag_len > len_new && !end) { in mpp_trie_walk()
457 rk_u32 end = s[0] == '\0'; in mpp_trie_get_node() local
463 idx = mpp_trie_walk(&walk, idx, key, key1, end); in mpp_trie_get_node()
464 if (idx < 0 || end) in mpp_trie_get_node()
926 rk_s64 start, end; in mpp_trie_timing_test() local
930 end = mpp_time(); in mpp_trie_timing_test()
933 sum += end - start; in mpp_trie_timing_test()
/rockchip-linux_mpp/mpp/codec/rc/
H A Drc.c178 MPP_ENC_RC_FUNC(frm, end)
180 MPP_ENC_RC_FUNC(hal, end)
/rockchip-linux_mpp/osal/inc/
H A Dmpp_time.h24 void mpp_time_diff(rk_s64 start, rk_s64 end, rk_s64 limit, const char *fmt);
/rockchip-linux_mpp/osal/
H A Dmpp_mem.c285 rk_s32 end = -1; in check_poison() local
295 end = i + 1; in check_poison()
299 if (start >= 0 || end >= 0) { in check_poison()
301 node_ptr, size, node->caller, start, end); in check_poison()
305 return end - start; in check_poison()
H A Dmpp_time.c28 void mpp_time_diff(rk_s64 start, rk_s64 end, rk_s64 limit, const char *fmt) in mpp_time_diff() argument
30 rk_s64 diff = end - start; in mpp_time_diff()
/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c1141 goto end; in vdpu_av1d_superres_params()
1197 end: in vdpu_av1d_superres_params()
1558 RK_U32 start, end; in vdpu_av1d_set_tile_info_mem() local
1594 end = dxva->tiles.tile_offset_end[tile_id]; in vdpu_av1d_set_tile_info_mem()
1595 *p1++ = end & 255; in vdpu_av1d_set_tile_info_mem()
1596 *p1++ = (end >> 8) & 255; in vdpu_av1d_set_tile_info_mem()
1597 *p1++ = (end >> 16) & 255; in vdpu_av1d_set_tile_info_mem()
1598 *p1++ = (end >> 24) & 255; in vdpu_av1d_set_tile_info_mem()
1600 if (end > stream_len) in vdpu_av1d_set_tile_info_mem()
1604 tile0, tile1, start, end, x0, x1, y0, y1); in vdpu_av1d_set_tile_info_mem()
/rockchip-linux_mpp/debian/
H A Dchangelog24 * [h264d]: fix bug: when judge whether is end of frame
/rockchip-linux_mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_vdpu383.c495 set_tile_offset(RK_S32 *start, RK_S32 *end, RK_S32 idx, RK_S32 log2_n, RK_S32 n) in set_tile_offset() argument
501 *end = MPP_MIN(sb_end, n) << 3; in set_tile_offset()
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_EN.md177 | eos | RK_U32 | Represents end of stream flag(End Of Stream) …
216 | eos | RK_U32 | Represents the end stream flag of image(End Of Stream) …
247 …xx or poll/dequeuer/enqueue function. Finally destroy it by mpp_destroy function at the end of use.
/rockchip-linux_mpp/tools/
H A Dmpp_doxyfile383 # symbols. At the end of a run doxygen will report the cache usage and suggest
1951 # all uppercase name, and do not end with a semicolon. Such function macros are