Home
last modified time | relevance | path

Searched refs:needFlush (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaDec.h62 int needFlush; member
DLzmaDec.c771 p->needFlush = 1; in LzmaDec_InitDicAndState()
816 if (p->needFlush) in LzmaDec_DecodeToDic()
833 p->needFlush = 0; in LzmaDec_DecodeToDic()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.h62 int needFlush; member
DLzmaDec.c773 p->needFlush = 1; in LzmaDec_InitDicAndState()
818 if (p->needFlush) in LzmaDec_DecodeToDic()
835 p->needFlush = 0; in LzmaDec_DecodeToDic()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.h62 int needFlush; member
DLzmaDec.c773 p->needFlush = 1; in LzmaDec_InitDicAndState()
818 if (p->needFlush) in LzmaDec_DecodeToDic()
835 p->needFlush = 0; in LzmaDec_DecodeToDic()
/device/google/marlin/camera/QCamera2/stack/common/
Dcam_types.h1306 uint8_t needFlush; member
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/include/
Dcam_types.h1306 uint8_t needFlush; member
/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp2137 payload->focus_data.flush_info.needFlush = in metadata_stream_cb_routine()
DQCamera2HWI.cpp6198 if (mParameters.isZSLMode() && focus_data.flush_info.needFlush ) { in processAutoFocusEvent()
6244 if (mParameters.isZSLMode() && focus_data.flush_info.needFlush ) { in processAutoFocusEvent()