Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp278 fd_input(-1), in VpuApiLegacy()
692 if (fd_input < 0) { in decode()
693 fd_input = is_valid_dma_fd(fd); in decode()
696 if (fd_input) { in decode()
1091 if (fd_input < 0) { in encode()
1092 fd_input = is_valid_dma_fd(fd); in encode()
1094 if (fd_input) { in encode()
1357 if (fd_input < 0) { in encoder_sendframe()
1358 fd_input = is_valid_dma_fd(fd); in encoder_sendframe()
1360 if (fd_input) { in encoder_sendframe()
H A Dvpu_api_legacy.h87 RK_S32 fd_input; variable