Home
last modified time | relevance | path

Searched refs:commit (Results 1 – 7 of 7) sorted by relevance

/rockchip-linux_mpp/mpp/base/test/
H A Dmpp_buffer_test.c40 MppBufferInfo commit; in main() local
69 commit.type = MPP_BUFFER_TYPE_ION; in main()
70 commit.size = size; in main()
82 commit.ptr = mpp_buffer_get_ptr(normal_buffer[i]); in main()
83 commit.fd = mpp_buffer_get_fd(normal_buffer[i]); in main()
84 commit.index = i; in main()
86 ret = mpp_buffer_commit(group, &commit); in main()
132 commit.type = MPP_BUFFER_TYPE_ION; in main()
133 commit.size = size; in main()
136 ret = api->alloc(allocator, &commit); in main()
[all …]
/rockchip-linux_mpp/tools/
H A Dchangelog.sh156 git commit --allow-empty -s -m "docs: Update ${version_tag} CHANGELOG.md"
220 git commit --amend -C ${curr_ver}
/rockchip-linux_mpp/utils/
H A Dmpi_dec_utils.c874 MppBufferInfo commit; in dec_buf_mgr_setup() local
897 commit.type = MPP_BUFFER_TYPE_ION; in dec_buf_mgr_setup()
898 commit.size = size; in dec_buf_mgr_setup()
907 commit.index = i; in dec_buf_mgr_setup()
908 commit.ptr = mpp_buffer_get_ptr(impl->bufs[i]); in dec_buf_mgr_setup()
909 commit.fd = mpp_buffer_get_fd(impl->bufs[i]); in dec_buf_mgr_setup()
911 ret = mpp_buffer_commit(impl->group, &commit); in dec_buf_mgr_setup()
/rockchip-linux_mpp/doc/design/
H A D3.mpp_buffer.txt26 | create | | commit |
H A D2.kernel_driver.txt61 will have a kernel session. Client will commit tasks to session. Then hardware
/rockchip-linux_mpp/
H A Dreadme.txt377 from surfaceflinger and commit to decoder's MppBufferGroup.
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_CN.md504 …在Android平台上,Mediaserver通过gralloc从SurfaceFlinger获取显示用内存,把gralloc得到的文件句柄提交(commit)到MppBufferGroup里,再…
534 3. 如果在码流解码过程中发生了info change,需要把已有的MppBufferGroup进行reset,再commit进新的图像缓存,同时外部的显示也需要相应调整。