Home
last modified time | relevance | path

Searched refs:last (Results 1 – 12 of 12) sorted by relevance

/drivers/hdf_core/adapter/khdf/linux/model/camera/src/
Dcamera_buffer_manager_adapter.c15 unsigned long last; in CreateFrameVec() local
24 last = (start + length - 1) >> PAGE_SHIFT; in CreateFrameVec()
25 num = last - first + 1; in CreateFrameVec()
/drivers/hdf_core/framework/utils/src/
Dhdf_slist.c44 struct HdfSListNode *last = NULL; in HdfSListGetLast() local
51 last = iterator; in HdfSListGetLast()
53 return last; in HdfSListGetLast()
/drivers/peripheral/codec/image/config/
Dcodec_image_config.cpp83 auto last = capList_.end(); in GetImageCapabilityList() local
84 capList.assign(first, last); in GetImageCapabilityList()
/drivers/interface/camera/v1_1/
DTypes.idl81 * The last version of stream info
/drivers/peripheral/codec/hal/idl_service/src/
Dcodec_component_config.cpp137 auto last = capList_.begin() + count; in GetComponentCapabilityList() local
138 capList.assign(first, last); in GetComponentCapabilityList()
/drivers/interface/audio/v1_0/
DIAudioCapture.idl55 * @brief Obtains the last number of input audio frames.
58 * @param frames Indicates the pointer to the last number of input audio frames.
60 * @return Returns <b>0</b> if the last number is obtained; returns a negative value otherwise.
DIAudioRender.idl65 * @brief Obtains the last number of output audio frames.
68 * @param frames Indicates the pointer to the last number of output audio frames.
70 * @return Returns <b>0</b> if the last number is obtained; returns a negative value otherwise.
/drivers/peripheral/usb/ddk/host/src/
Dlinux_adapter.c379 static void OsDiscardUrbs(const struct UsbHostRequest *request, int32_t first, int32_t last) in OsDiscardUrbs() argument
383 if (request == NULL || request->devHandle == NULL || first > URBS_PER_REQUEST || first > last) { in OsDiscardUrbs()
388 for (int32_t i = last - 1; i >= first; i--) { in OsDiscardUrbs()
Dliteos_adapter.c460 static void OsDiscardUrbs(const struct UsbHostRequest *request, int32_t first, int32_t last) in OsDiscardUrbs() argument
465 …request == NULL) || (request->devHandle == NULL) || (first > URBS_PER_REQUEST) || (first > last)) { in OsDiscardUrbs()
470 for (int32_t i = last - 1; i >= first; i--) { in OsDiscardUrbs()
/drivers/interface/display/composer/v1_0/
DIDisplayComposer.idl202 * display device, and 4 indicates the last display device.
225 * display device, and 4 indicates the last display device.
/drivers/peripheral/audio/
DREADME.md123 …98"><a name="p1929141611198"></a><a name="p1929141611198"></a>Obtains the last number of output au…
/drivers/liteos/
DREADME.md13 … are stored in the **kernel/liteos\_a/drivers/char** directory, and the last two types **hieven…