Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImpulseAdventure/JPEGsnoop
/ functions
Functions
786 in github.com/ImpulseAdventure/JPEGsnoop
⨍
Functions
786
◇
Types & classes
93
↓ 1 callers
Method
CoachReset
Reset coach messages
SnoopConfig.cpp:404
↓ 1 callers
Method
CompareSignature
Compare the image compression signature & metadata against the database. This is the routine that is also responsible for creating an "Image Assessmen
JfifDecode.cpp:5894
↓ 1 callers
Method
DatabaseExtraAdd
DbSigs.cpp:719
↓ 1 callers
Method
DatabaseExtraGet
DbSigs.cpp:601
↓ 1 callers
Method
DatabaseExtraStore
DbSigs.cpp:607
↓ 1 callers
Method
DebugLogCreate
Create a new debug log if the control key is pressed during startup Note that we do not keep the log file open to help ensure that all debug entries
SnoopConfig.cpp:536
↓ 1 callers
Method
DecodeDicom
Determine if the file is a DICOM If so, parse the headers. Generally want to start at start of file (nPos=0).
DecodeDicom.cpp:545
↓ 1 callers
Method
DecodeScanImg
Process the entire scan segment and optionally render the image - Reset and clear the output structures - Loop through each MCU and read each componen
ImgDecode.cpp:2723
↓ 1 callers
Method
DoAnalyzeOffset
Perform AnalyzeFile() but handle any search modes first RETURN: - TRUE if file opened OK, FALSE if issue during open
JPEGsnoopCore.cpp:700
↓ 1 callers
Method
DoBatchProcess
The root of the batch recursion. It simply jumps into the recursion loop but initializes the search to start with an empty search result. INPUT: - st
JPEGsnoopDoc.cpp:555
↓ 1 callers
Method
DoLogSave
Save the current log to text file with a simple implementation - This routine is implemented with a simple output mechanism rather than leveraging CR
DocLog.cpp:256
↓ 1 callers
Method
GetActiveView
CntrItem.h:43
↓ 1 callers
Method
GetBatchFileInfo
Return the filename at the batch index specified
JPEGsnoopCore.cpp:686
↓ 1 callers
Method
GetBitmapPtr
Get the bitmap pointer OUTPUT: - pBitmap = Bitmap (DIB) of preview
ImgDecode.cpp:4940
↓ 1 callers
Method
GetBufOk
Accessor for m_bBufOk
WindowBuf.cpp:79
↓ 1 callers
Method
GetDBEntry
Return a ptr to the struct containing the indexed entry
DbSigs.cpp:825
↓ 1 callers
Method
GetDBNumEntries
Returns total of built-in plus local DB
DbSigs.cpp:809
↓ 1 callers
Method
GetDecodeStatus
Determine if the last analysis revealed a JFIF with known markers RETURN: - TRUE if file (at position during analysis) appeared to decode OK
JfifDecode.cpp:324
↓ 1 callers
Method
GetDecodeSummary
Fetch a summary of the JFIF decoder results These details are used in preparation of signature submission to the DB PRE: - m_strHash - m_strHashRot -
JfifDecode.cpp:350
↓ 1 callers
Method
GetDefaultDbDir
Select a suitable working directory, create it if it doesn't already exist
SnoopConfig.cpp:414
↓ 1 callers
Method
GetDetailVlc
Fetch the detailed decode settings (VLC) OUTPUT: - bDetail = Enable for detailed scan VLC reporting - nX = Start of detailed scan decode MCU X
ImgDecode.cpp:4882
↓ 1 callers
Method
GetDqtEntry
Fetch a DQT table entry INPUT: - nTblDestId = DQT Table Destination ID - nCoeffInd = Coefficient index in 8x8 matrix PRE: - m_anDqtCoeff[][] RE
ImgDecode.cpp:466
↓ 1 callers
Method
GetDqtQuantStd
Fetch an element from the "standard" luminance quantization table PRE: - glb_anStdQuantLum[] RETURN: - DQT matrix element
JfifDecode.cpp:370
↓ 1 callers
Method
GetDqtZigZagIndex
Fetch the DQT ordering index (with optional zigzag sequence) INPUT: - nInd Coefficient index - bZigZag Use zig-zag ordering RETURN: - Sequence in
JfifDecode.cpp:398
↓ 1 callers
Method
GetIjgEntry
DbSigs.cpp:870
↓ 1 callers
Method
GetIjgNum
DbSigs.cpp:865
↓ 1 callers
Method
GetImageSize
Get image pixel dimensions rounded up to nearest MCU OUTPUT: - nX = X dimension of preview image - nY = Y dimension of preview image
ImgDecode.cpp:4929
↓ 1 callers
Method
GetMarkerBlk
Fetch an indexed block marker INPUT: - nInd = Index into marker block array RETURN: - Point (8x8 block) from marker array
ImgDecode.cpp:5147
↓ 1 callers
Method
GetMarkerCount
Fetch the number of block markers assigned RETURN: - Number of marker blocks
ImgDecode.cpp:5135
↓ 1 callers
Method
GetNumSigsExtra
DbSigs.cpp:138
↓ 1 callers
Method
GetNumSigsInternal
DbSigs.cpp:133
↓ 1 callers
Method
GetOffset
Fetch the current offset value from the dialog
OffsetDlg.cpp:51
↓ 1 callers
Method
GetPixMapPtrs
Fetch the pointers for the pixel map OUTPUT: - pMayY = Pointer to pixel map for Y component - pMapCb = Pointer to pixel map for Cb component -
ImgDecode.cpp:4913
↓ 1 callers
Method
GetPosEmbedEnd
Fetch the ending file position of the embedded thumbnail PRE: - m_nPosEmbedEnd RETURN: - File position
JfifDecode.cpp:314
↓ 1 callers
Method
GetPosEmbedStart
Fetch the starting file position of the embedded thumbnail PRE: - m_nPosEmbedStart RETURN: - File position
JfifDecode.cpp:301
↓ 1 callers
Method
GetPreviewMcuInsert
Get the Preview MCU insert UNUSED
ImgDecode.cpp:694
↓ 1 callers
Method
GetPreviewMode
Fetch the preview mode RETURN: - The image preview mode enumeration
ImgDecode.cpp:5226
↓ 1 callers
Method
GetPreviewOverlayMcuGrid
Get the preview MCU grid setting OUTPUT: - The MCU grid enabled flag
ImgDecode.cpp:5718
↓ 1 callers
Method
GetPreviewPos
Fetch the coordinate of the top-left corner of the preview image OUTPUT: - nX = X coordinate of top-left corner - nY = Y coordinate of top-left
ImgDecode.cpp:707
↓ 1 callers
Method
GetPreviewSize
Fetch the dimensions of the preview image OUTPUT: - nX = X dimension of image - nY = Y dimension of iamge
ImgDecode.cpp:719
↓ 1 callers
Method
GetPreviewYccOffset
Fetch the current level shift setting for the preview display OUTPUT: - nMcuX = MCU index in X direction - nMcuY = MCU index in Y direction - n
ImgDecode.cpp:670
↓ 1 callers
Method
GetPreviewZoom
Fetch the preview zoom level RETURN: - The preview zoom level enumeration
ImgDecode.cpp:5236
↓ 1 callers
Method
GetPreviewZoomMode
Fetch the preview zoom mode RETURN: - The zoom mode enumeration
ImgDecode.cpp:5216
↓ 1 callers
Method
GetQuickMode
Get the current quick log mode RETURN: - Are we in quick mode?
DocLog.cpp:74
↓ 1 callers
Method
GetRemainIndices
Fetch the list of original indices that remain after any operations (such as remove). Note that this may be called after DoModal() so we can no longer
DbManageDlg.cpp:142
↓ 1 callers
Method
GetStatusFilePosText
Fetch the file position text RETURN: - File position text
ImgDecode.cpp:5816
↓ 1 callers
Method
GetStatusMcuText
Fetch the MCU status text RETURN: - MCU indicator text
ImgDecode.cpp:5796
↓ 1 callers
Method
GetStatusYccText
Fetch the YCC status text RETURN: - Status text currently displayed
ImgDecode.cpp:5776
↓ 1 callers
Method
I_GetBitmapPtr
JPEGsnoopCore.cpp:1361
↓ 1 callers
Method
I_GetDetailVlc
JPEGsnoopCore.cpp:1301
↓ 1 callers
Method
I_GetMarkerCount
JPEGsnoopCore.cpp:1311
↓ 1 callers
Method
I_GetPixMapPtrs
JPEGsnoopCore.cpp:1296
↓ 1 callers
Method
I_GetPreviewMode
JPEGsnoopCore.cpp:1226
↓ 1 callers
Method
I_GetPreviewOverlayMcuGrid
JPEGsnoopCore.cpp:1266
↓ 1 callers
Method
I_GetPreviewSize
JPEGsnoopDoc.cpp:2219
↓ 1 callers
Method
I_GetPreviewZoom
JPEGsnoopDoc.cpp:2224
↓ 1 callers
Method
I_GetStatusFilePosText
JPEGsnoopCore.cpp:1351
↓ 1 callers
Method
I_GetStatusMcuText
JPEGsnoopCore.cpp:1341
↓ 1 callers
Method
I_GetStatusYccText
JPEGsnoopCore.cpp:1331
↓ 1 callers
Method
I_LookupBlkYCC
JPEGsnoopCore.cpp:1376
↓ 1 callers
Method
I_LookupFilePosMcu
JPEGsnoopCore.cpp:1366
↓ 1 callers
Method
I_LookupFilePosPix
JPEGsnoopCore.cpp:1371
↓ 1 callers
Method
I_SetDetailVlc
JPEGsnoopCore.cpp:1306
↓ 1 callers
Method
I_SetMarkerBlk
JPEGsnoopCore.cpp:1316
↓ 1 callers
Method
I_SetPreviewMode
JPEGsnoopCore.cpp:1221
↓ 1 callers
Method
I_SetPreviewOverlayMcuGridToggle
JPEGsnoopCore.cpp:1271
↓ 1 callers
Method
I_SetStatusText
JPEGsnoopCore.cpp:1326
↓ 1 callers
Method
I_ViewOnDraw
JPEGsnoopDoc.cpp:2209
↓ 1 callers
Method
IsDBEntryUser
Returns total of built-in plus local DB
DbSigs.cpp:815
↓ 1 callers
Method
IsPreviewReady
Report if image preview is ready to display RETURN: - True if image preview is ready
ImgDecode.cpp:3753
↓ 1 callers
Method
J_GetAviMode
JPEGsnoopCore.cpp:1099
↓ 1 callers
Method
J_GetDecodeSummary
JPEGsnoopCore.cpp:1124
↓ 1 callers
Method
J_GetDqtQuantStd
JPEGsnoopCore.cpp:1135
↓ 1 callers
Method
J_GetDqtZigZagIndex
JPEGsnoopCore.cpp:1130
↓ 1 callers
Method
J_PrepareSendSubmit
JPEGsnoopCore.cpp:1150
↓ 1 callers
Method
LookupBlkYCC
Determine the YCC DC value of a specified block INPUT: - nBlkX = 8x8 block coordinate (x) - nBlkY = 8x8 block coordinate (y) OUTPUT: - nY
ImgDecode.cpp:5037
↓ 1 callers
Method
LookupExcMmIsEdit
Search exceptions for Make/Model in list of ones that are always edited
DbSigs.cpp:940
↓ 1 callers
Method
LookupExcMmNoMkr
Search exceptions for Make/Model in list of ones that don't have Makernotes
DbSigs.cpp:883
↓ 1 callers
Method
LookupFilePosMcu
Determine the file position from a MCU coordinate INPUT: - nMcuX = MCU coordinate (x) - nMcuY = MCU coordinate (y) OUTPUT: - nByte = File
ImgDecode.cpp:5020
↓ 1 callers
Method
LookupFilePosPix
Determine the file position from a pixel coordinate INPUT: - nPixX = Pixel coordinate (x) - nPixY = Pixel coordinate (y) OUTPUT: - nByte
ImgDecode.cpp:5001
↓ 1 callers
Method
McuXyToLinear
Return the linear MCU offset from an MCU X,Y coord INPUT: - ptMcu = MCU coordinate PRE: - m_nMcuXMax RETURN: - Index of MCU from start of MCUs
ImgDecode.cpp:5088
↓ 1 callers
Method
OnCancel
ModelessDlg.cpp:53
↓ 1 callers
Method
OnGetEnumFlags
///////////// Used for custom filtering. You must override to specify filter flags.
FolderDlg.cpp:266
↓ 1 callers
Method
OnMessage
///////////// Handle notification from browser window: parse args and pass to specific virtual handler function.
FolderDlg.cpp:190
↓ 1 callers
Method
OnOpenDocument
Open Document handler This is called from the File->Open... as well as from command-line execution and during MRU list invocation: CJPEGsnoopDoc::OnO
JPEGsnoopDoc.cpp:1048
↓ 1 callers
Method
OnShouldShow
///////////// Used for custom filtering. You must override to filter items.
FolderDlg.cpp:282
↓ 1 callers
Method
OverlayGet
Fetch the indexed buffer overlay INPUT: - nOvrInd The overlay index OUTPUT: - pOverlay A pointer to the indexed buffer - nLen Length of the over
WindowBuf.cpp:607
↓ 1 callers
Method
OverlayInstall
Define the content of an overlay INPUT: - nOvrInd The overlay index to update/replace - pOverlay The byte array that defines the overlay content
WindowBuf.cpp:516
↓ 1 callers
Method
OverlayRemoveAll
Disable all buffer overlays POST: - m_nOverlayNum - m_psOverlay[]
WindowBuf.cpp:584
↓ 1 callers
Method
PhotoshopParseImageResourceBlock
Parse the Photoshop IRB (Image Resource Block) - Decode the 8BIM ID and invoke the appropriate IRB parsing handler INPUT: - nPos = File position at
DecodePs.cpp:2091
↓ 1 callers
Method
PixelToBlk
Convert pixel coordinate to block coordinate INPUT: - ptPix = Pixel coordinate RETURN: - 8x8 block coordinate
ImgDecode.cpp:5071
↓ 1 callers
Method
PixelToMcu
Convert pixel coordinate to MCU coordinate INPUT: - ptPix = Pixel coordinate RETURN: - MCU coordinate
ImgDecode.cpp:5056
↓ 1 callers
Method
QueryInterface
FolderDlg.cpp:310
↓ 1 callers
Method
RegistryLoad
Fetch all configuration values from the registry
SnoopConfig.cpp:154
↓ 1 callers
Method
Release
FolderDlg.cpp:304
↓ 1 callers
Method
ReportOverlays
Report out the list of overlays thave have been allocated PRE: - m_nOverlayNum - m_psOverlay[]
WindowBuf.cpp:480
↓ 1 callers
Method
Reprocess
Reprocess the current file - This command will initiate all processing of the currently-opened file - Show a coach message for first time ever - Updat
JPEGsnoopDoc.cpp:953
↓ 1 callers
Method
Reset
Reset all state
JPEGsnoopCore.cpp:99
↓ 1 callers
Method
Reset
Clear out internal members
JfifDecode.cpp:46
↓ 1 callers
Method
Reset
DecodeDicom.cpp:52
← previous
next →
101–200 of 786, ranked by callers