Home
last modified time | relevance | path

Searched refs:str_buf (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp711 MppBuffer str_buf = NULL; /* input */ in decode() local
733 ret = mpp_buffer_import(&str_buf, &inputCommit); in decode()
744 ret = mpp_buffer_get(memGroup, &str_buf, pkt->size); in decode()
749 memcpy((RK_U8*) mpp_buffer_get_ptr(str_buf), pkt->data, pkt->size); in decode()
780 mpp_packet_init_with_buffer(&packet, str_buf); /* input */ in decode()
784 mpp_buffer_get_fd(str_buf), mpp_buffer_get_fd(pic_buf)); in decode()
859 if (str_buf) { in decode()
860 mpp_buffer_put(str_buf); in decode()
861 str_buf = NULL; in decode()
1085 MppBuffer str_buf = NULL; in encode() local
[all …]
/rockchip-linux_mpp/kmpp/base/inc/
H A Dkmpp_obj_helper.h309 char str_buf[256] = {0}; \ in KMPP_OBJ_ENTRY_TABLE()
311 rk_s32 str_size = sizeof(str_buf) - 1; \ in KMPP_OBJ_ENTRY_TABLE()
333 str_pos += snprintf(str_buf + str_pos, str_size - str_pos, \
342 str_buf[str_pos] = '\0'; \
349 snprintf(str_buf + str_pos, str_size - str_pos, str_pos ? ":%s" : "%s", TO_STR(name)); \
350 str_buf; \
354 str_buf[str_pos] = '\0';
H A Dkmpp_buffer_impl.h84 rk_u8 str_buf[BUF_GRP_STR_BUF_SIZE]; member