Home
last modified time | relevance | path

Searched refs:fd_input (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp305 fd_input(-1), in VpuApiLegacy()
721 if (fd_input < 0) { in decode()
722 fd_input = is_valid_dma_fd(fd); in decode()
725 if (fd_input) { in decode()
1129 if (fd_input < 0) { in encode()
1130 fd_input = is_valid_dma_fd(fd); in encode()
1132 if (fd_input) { in encode()
1399 if (fd_input < 0) { in encoder_sendframe()
1400 fd_input = is_valid_dma_fd(fd); in encoder_sendframe()
1402 if (fd_input) { in encoder_sendframe()
H A Dvpu_api_legacy.h88 RK_S32 fd_input; variable