MCPcopy Create free account

hub / github.com/ImpulseAdventure/JPEGsnoop / functions

Functions786 in github.com/ImpulseAdventure/JPEGsnoop

↓ 417 callersMethodAddLine
Add a basic text line to the log
DocLog.cpp:102
↓ 146 callersMethodBufX
Replaces the direct buffer access with a managed refillable window/cache. - Supports 1/2/4 byte fetch - No support for overlays INPUT: - nOffset Fi
WindowBuf.cpp:728
↓ 101 callersMethodAddLineErr
Add an error text line to the log
DocLog.cpp:176
↓ 87 callersMethodBufRdAdv4
WindowBuf.cpp:822
↓ 71 callersMethodAddLineHdr
Add a header text line to the log
DocLog.cpp:122
↓ 68 callersMethodAddLineWarn
Add a warning text line to the log
DocLog.cpp:158
↓ 59 callersMethodDebugLogAdd
If the debug log has been enabled, append the string parameter to the log file. Note that we do not keep the log file open to help ensure that all de
SnoopConfig.cpp:616
↓ 43 callersMethodBufReadStrn
Read a string from the buffer/cache at the indicated file offset. - Does not affect the current file pointer nPosition - String length is limited by e
WindowBuf.cpp:984
↓ 40 callersMethodBufRdAdv1
WindowBuf.cpp:806
↓ 36 callersMethodBufRdAdv2
WindowBuf.cpp:814
↓ 29 callersMethodEnable
Enable logging
DocLog.cpp:50
↓ 18 callersMethodDirty
Update the flag to mark the configuration as dirty / modified - This is used later to indicate that a resave is required
SnoopConfig.cpp:148
↓ 15 callersMethodBuf
Provide a short-hand alias for the m_pWBuf buffer INPUT: - offset File offset to read from - bClean Forcibly disables any redirection to Fake
DecodePs.cpp:82
↓ 13 callersFunctionDec2Bin
General.cpp:26
↓ 12 callersMethodIsAnalyzed
Has a file been analyzed previously? - This indicator is used extensively in the CJPEGsnoopDoc to determine whether menu items are enabled or not
JPEGsnoopCore.cpp:138
↓ 9 callersFunctionUint2Chars
Convert between unsigned integer to a 4-byte character string (also known as FourCC codes). This field type is used often in ICC profile entries.
General.cpp:68
↓ 8 callersMethodJ_ImgSrcChanged
JPEGsnoopDoc.cpp:2204
↓ 8 callersMethodKill
Dib.cpp:45
↓ 7 callersMethodEncode
/
UrlString.cpp:51
↓ 7 callersMethodGetDIBBitArray
Dib.cpp:121
↓ 7 callersMethodGetPathName
///////////// Handy function to get the string pathname from pidl.
FolderDlg.cpp:127
↓ 6 callersMethodAppendToLog
Add a line to the end of the log PRE: - m_pView (view from RichEdit must already be established)
JPEGsnoopDoc.cpp:268
↓ 6 callersFunctionTestBit
Simple helper routine to test whether an indexed bit is set
General.cpp:54
↓ 5 callersMethodCreateDIB
Dib.cpp:53
↓ 5 callersMethodRegistryStore
Write all configuration parameters to the registry - Skip write if no changes were made (!bDirty)
SnoopConfig.cpp:244
↓ 5 callersMethodSetQuickMode
Enable or disable the quick log mode INPUT: - bQuick = If true, write to log buffer, if false, write to CDocument
DocLog.cpp:64
↓ 4 callersMethodAnalyzeClose
Close the current file - Invalidate the buffer POST: - m_bFileOpened
JPEGsnoopCore.cpp:228
↓ 4 callersMethodAnalyzeOpen
Open the file named in m_strPathName - Close / cleanup if another file was already open INPUT: - strFname = File to open POST: - m_pFile - m_lFileS
JPEGsnoopCore.cpp:157
↓ 4 callersMethodBufLoadWindow
Ensure that the file offset parameter is captured in the current buffer cache. If not, reload a new cache around this offset. - Provide some limited c
WindowBuf.cpp:351
↓ 4 callersMethodClear
DocLog.cpp:79
↓ 4 callersMethodI_GetDqtEntry
JPEGsnoopCore.cpp:1216
↓ 4 callersMethodI_McuXyToLinear
JPEGsnoopCore.cpp:1286
↓ 4 callersMethodI_PixelToMcu
JPEGsnoopCore.cpp:1276
↓ 3 callersMethodAddLineGood
Add a "good" indicator text line to the log
DocLog.cpp:194
↓ 3 callersMethodBufFileSet
Retain a copy of the file pointer and fetch the file size POST: - m_pBufFile - m_nPosEof
WindowBuf.cpp:96
↓ 3 callersMethodBufFileUnset
Called to mark the buffer as closed - Typically done when we've finished processing a file This avoids problems where we try to read a buffer that has
WindowBuf.cpp:121
↓ 3 callersMethodCopyDIB
Dib.cpp:156
↓ 3 callersMethodGetPosEof
Accessor for m_nPosEof
WindowBuf.cpp:85
↓ 3 callersMethodI_GetMarkerBlk
JPEGsnoopCore.cpp:1321
↓ 3 callersMethodI_SetPreviewZoom
JPEGsnoopCore.cpp:1251
↓ 3 callersMethodImgSrcChanged
Indicate that the source of the image scan data has been dirtied. Either the source has changed or some of the View2 options have changed. POST: - m_
JfifDecode.cpp:259
↓ 3 callersFunctionMD5Update
Md5.cpp:235
↓ 3 callersMethodSetDoc
Establish linkage between log and the CDocument Passing NULL will force use of local log instead
DocLog.cpp:87
↓ 3 callersMethodSetStatusBar
JPEGsnoopCore.cpp:122
↓ 3 callersFunctionSwap16
Perform byteswap which is used to create packed image array before write-out of 16b values to disk
General.cpp:45
↓ 2 callersMethodB_BufSearch
JPEGsnoopCore.cpp:1185
↓ 2 callersMethodB_SetStatusBar
JPEGsnoopCore.cpp:1160
↓ 2 callersMethodBrowseForFolder
///////////// Browse for folder. Args are same as for SHBrowseForFolder, but with extra bFilter that tells whether to do custom filtering. Note this r
FolderDlg.cpp:102
↓ 2 callersMethodBufReadUniStr2
WindowBuf.cpp:923
↓ 2 callersMethodBufSearch
Search for a value in the buffer from a given starting position and direction, limited to a maximum search depth - Search value can be 8-bit, 16-bit o
WindowBuf.cpp:149
↓ 2 callersMethodCreate
ModelessDlg.h:48
↓ 2 callersMethodDatabaseExtraGetNum
DbSigs.cpp:596
↓ 2 callersMethodDatabaseExtraLoad
DbSigs.cpp:303
↓ 2 callersMethodDecodePsd
Determine if the file is a Photoshop PSD If so, parse the headers. Generally want to start at start of file (nPos=0).
DecodePs.cpp:90
↓ 2 callersMethodDisable
Disable logging
DocLog.cpp:55
↓ 2 callersMethodDoBatchFileProcess
Process a file in the batch file list INPUT: - nFileInd = Index into batch file list - bWriteLog = Write out log file after processing file? - bE
JPEGsnoopCore.cpp:765
↓ 2 callersMethodDoExtractEmbeddedJPEG
Extracts an embedded JPEG from the current file Also support extraction of all embedded JPEG from the file NOTE: In "Extract All" mode, all file type
JPEGsnoopCore.cpp:906
↓ 2 callersMethodExportJpegDo
Export the embedded JPEG image at the current position in the file (with overlays) (may be the primary image or even an embedded thumbnail).
JfifDecode.cpp:7632
↓ 2 callersMethodExportJpegPrepare
Determine if the analyzed file is in a state ready for image extraction. Confirms that the important JFIF markers have been detected in the previous a
JfifDecode.cpp:7544
↓ 2 callersMethodGenBatchFileList
Generate a list of files for a batch processing operation POST: - m_asBatchFiles = Contains list of full file paths
JPEGsnoopCore.cpp:454
↓ 2 callersMethodGetAviMode
Fetch the AVI mode flag for this file PRE: - m_bAvi - m_bAviMjpeg OUTPUT: - bIsAvi - bIsMjpeg
JfifDecode.cpp:287
↓ 2 callersMethodGetBatchFileCount
Return the number of files in the batch list
JPEGsnoopCore.cpp:680
↓ 2 callersMethodGetLineLogLocal
Fetch a line from the local log Returns false if line number is out of range
DocLog.cpp:239
↓ 2 callersMethodGetNumLinesLocal
Get the number of lines in the local log or quick buffer
DocLog.cpp:232
↓ 2 callersMethodI_GetImageSize
JPEGsnoopCore.cpp:1291
↓ 2 callersMethodI_GetPreviewPos
JPEGsnoopDoc.cpp:2214
↓ 2 callersMethodI_GetPreviewZoomMode
JPEGsnoopCore.cpp:1256
↓ 2 callersMethodI_IsPreviewReady
JPEGsnoopCore.cpp:1396
↓ 2 callersMethodI_PixelToBlk
JPEGsnoopCore.cpp:1281
↓ 2 callersMethodI_SetStatusBar
---------------------------------------------- Accessors for CImgDec ----------------------------------------------
JPEGsnoopCore.cpp:1211
↓ 2 callersMethodI_SetStatusFilePosText
JPEGsnoopCore.cpp:1356
↓ 2 callersMethodI_SetStatusMcuText
JPEGsnoopCore.cpp:1346
↓ 2 callersMethodI_SetStatusYccText
JPEGsnoopCore.cpp:1336
↓ 2 callersMethodInsertEntry
DbManageDlg.cpp:76
↓ 2 callersMethodJ_SetStatusBar
JPEGsnoopCore.cpp:1140
↓ 2 callersFunctionMD5Final
Md5.cpp:270
↓ 2 callersFunctionMD5Init
Set pseudoRandomNumber to zero for RFC MD5 implementation
Md5.cpp:218
↓ 2 callersFunctionMD5_Transform
Basic MD5 step. MD5_Transform buf based on in */
Md5.cpp:135
↓ 2 callersMethodPrepareSendSubmit
Build the image data string that will be sent to the database repository This data string contains the compression siganture and a few special fields
JfifDecode.cpp:6424
↓ 2 callersMethodProcessFile
This is the primary JFIF parsing routine. The main loop steps through all of the JFIF markers and calls DecodeMarker() each time until we reach the en
JfifDecode.cpp:7297
↓ 2 callersMethodSetDbDir
Update the directory used for user database
DbSigs.cpp:876
↓ 2 callersMethodSetDqtEntry
Configure an entry in a quantization table INPUT: - nSet = Quant table dest ID (from DQT:Tq) - nInd = Coeff index (normal order) - nIndzz = Coe
ImgDecode.cpp:424
↓ 2 callersMethodSetEntryValid
DbSigs.cpp:857
↓ 2 callersMethodSetHyperlink
HyperlinkStatic.cpp:79
↓ 2 callersMethodSetImageDetails
Set the general image details for the image decoder INPUT: - nDimX = Image dimension (X) - nDimY = Image dimension (Y) - nCompsSOF = Number o
ImgDecode.cpp:590
↓ 2 callersMethodSetStartPath
CAL! Added
FolderDlg.cpp:137
↓ 2 callersMethodSetStatusBar
Save a copy of the status bar control INPUT: - pStatBar = Pointer to status bar POST: - m_pStatBar
ImgDecode.cpp:315
↓ 2 callersFunctionStr2Uint32
General.cpp:159
↓ 2 callersMethodWriteFile
FileTiff.cpp:436
↓ 1 callersMethodAddLineHdrDesc
Add a header description text line to the log
DocLog.cpp:140
↓ 1 callersMethodAnalyzeFile
Analyze the current file - Open file - Analyze file - Close file INPUT: - strFname = File to analyze PRE: - m_pAppConfig->nPosStart = Starting file
JPEGsnoopCore.cpp:325
↓ 1 callersMethodAnalyzeFileDo
Perform the file analysis - Output the log header text - Process the current file via ProcessFile() - Dump the output to the log (if in QuickLog mode)
JPEGsnoopCore.cpp:268
↓ 1 callersMethodB_Buf
JPEGsnoopCore.cpp:1180
↓ 1 callersMethodB_OverlayGet
JPEGsnoopCore.cpp:1203
↓ 1 callersMethodB_OverlayInstall
JPEGsnoopCore.cpp:1191
↓ 1 callersMethodB_OverlayRemoveAll
JPEGsnoopCore.cpp:1198
↓ 1 callersMethodBuf
Provide a short-hand alias for the m_pWBuf buffer Also support redirection to a local table in case we are faking out the DHT (eg. for MotionJPEG file
JfifDecode.cpp:513
↓ 1 callersMethodBuf
Provide a short-hand alias for the m_pWBuf buffer INPUT: - offset File offset to read from - bClean Forcibly disables any redirection to Fake
DecodeDicom.cpp:76
↓ 1 callersMethodBuf
Provide a short-hand alias for the m_pWBuf buffer INPUT: - offset File offset to read from - bClean Forcibly disables any redirection to Fake
PsDecode.cpp:75
↓ 1 callersMethodBufSearchX
Search for a variable-length byte string in the buffer from a given starting position and direction, limited to a maximum search depth - Search string
WindowBuf.cpp:243
next →1–100 of 786, ranked by callers