Home
last modified time | relevance | path

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

/rockchip-linux_mpp/tools/
H A Dchangelog.sh22 local title=$1
40 echo -e "### $title" >> ${changelog_file}
H A Dmpp_doxyfile32 # title of most generated pages and in a few other places.
1604 # following commands have a special meaning inside the header: $title,
1606 # replace them by respectively the title of the page, the current date and time,
/rockchip-linux_mpp/mpp/vproc/
H A Dmpp_dec_vproc.c371 char title[256]; in dump_mppbuffer() local
373 sprintf(title, "%s.%dx%d.yuv", fname, stride, height); in dump_mppbuffer()
374 FILE *dump = fopen(title, "ab+"); in dump_mppbuffer()