Searched refs:current (Results 1 – 7 of 7) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/av1/ |
| H A D | av1d_cbs.c | 327 xf(width, name, current->name, 0, MAX_UINT_BITS(width), 0, ) 329 xf(width, name, current->name, range_min, range_max, 0, ) 332 xsu(width, name, current->name, 0, ) 335 xf(width, name, current->name, 0, MAX_UINT_BITS(width), subs, __VA_ARGS__) 337 xf(width, name, current->name, range_min, range_max, subs, __VA_ARGS__) 339 xf(1, name, current->name, 0, 1, subs, __VA_ARGS__) 341 xsu(width, name, current->name, subs, __VA_ARGS__) 363 current->name = value; \ 370 current->name = value; \ 376 current->name = value; \ [all …]
|
| /rockchip-linux_mpp/mpp/codec/dec/h265/ |
| H A D | h265d_parser2_syntax.c | 372 RK_U8 *current = NULL; in h265d_syntax_fill_slice() local 377 current = ptr = (RK_U8 *)mpp_buffer_get_ptr(streambuf); in h265d_syntax_fill_slice() 378 if (current == NULL) { in h265d_syntax_fill_slice() 383 current = (RK_U8 *)mpp_packet_get_data(h->input_packet); in h265d_syntax_fill_slice() 390 mpp_free(current); in h265d_syntax_fill_slice() 392 current = mpp_malloc(RK_U8, buff_size); in h265d_syntax_fill_slice() 393 mpp_packet_set_data(h->input_packet, (void*)current); in h265d_syntax_fill_slice() 433 memcpy(current, start_code, start_code_size); in h265d_syntax_fill_slice() 434 current += start_code_size; in h265d_syntax_fill_slice() 436 memcpy(current, h->nals[i].data, h->nals[i].size); in h265d_syntax_fill_slice() [all …]
|
| /rockchip-linux_mpp/ |
| H A D | CMakeLists.txt | 202 # get current version info 215 message(STATUS "current version:")
|
| H A D | readme.txt | 360 This is the mode current mpi_dec_test code using. User need to create
|
| /rockchip-linux_mpp/doc/ |
| H A D | Rockchip_Developer_Guide_MPP_EN.md | 220 | info_change | RK_U32 | If true it represents that the current MppFrame is a descript… 413 …inuity caused by frame dropping or picture order count, just outputs the current decoded image imm… 417 … play of H.264, without waiting for dpb full to output the frame. If the current frame is decoded … 720 …gy API of the specified string name in RcApiBrief and activate it as the current rate control stra… 936 … daily logging will be disabled; if set to f, the average frame rate and current frame rate will b… 1004 The specific code of the encoder demo can be found in test/mpi_enc_test.c, but the current encoder …
|
| /rockchip-linux_mpp/tools/ |
| H A D | mpp_doxyfile | 59 # left blank the current directory will be used. 644 # doxygen should invoke to get the current version for each file (typically from 744 # Note: If this tag is empty the current directory is searched. 1606 # replace them by respectively the title of the page, the current date and time, 1607 # only the current date, the version number of doxygen, the project name (see 1991 # the modules index. If set to NO, only the current project's groups will be 1998 # the related pages index. If set to NO, only the current project's pages will
|
| /rockchip-linux_mpp/build/android/ |
| H A D | android.toolchain.cmake | 359 # detect current host platform
|