Home
last modified time | relevance | path

Searched defs:num_bufs (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/mtp/
DMtpFfsHandle.cpp139 int num_bufs = this_len / AIO_BUF_LEN + (this_len % AIO_BUF_LEN == 0 ? 0 : 1); in doAsync() local
/frameworks/av/services/camera/libcameraservice/device1/
DCameraHardwareInterface.cpp779 int fd, size_t buf_size, uint_t num_bufs, in sGetMemory()