MCPcopy Create free account

hub / github.com/ImpulseAdventure/JPEGsnoop / functions

Functions786 in github.com/ImpulseAdventure/JPEGsnoop

↓ 1 callersMethodCoachReset
Reset coach messages
SnoopConfig.cpp:404
↓ 1 callersMethodCompareSignature
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 callersMethodDatabaseExtraAdd
DbSigs.cpp:719
↓ 1 callersMethodDatabaseExtraGet
DbSigs.cpp:601
↓ 1 callersMethodDatabaseExtraStore
DbSigs.cpp:607
↓ 1 callersMethodDebugLogCreate
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 callersMethodDecodeDicom
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 callersMethodDecodeScanImg
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 callersMethodDoAnalyzeOffset
Perform AnalyzeFile() but handle any search modes first RETURN: - TRUE if file opened OK, FALSE if issue during open
JPEGsnoopCore.cpp:700
↓ 1 callersMethodDoBatchProcess
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 callersMethodDoLogSave
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 callersMethodGetActiveView
CntrItem.h:43
↓ 1 callersMethodGetBatchFileInfo
Return the filename at the batch index specified
JPEGsnoopCore.cpp:686
↓ 1 callersMethodGetBitmapPtr
Get the bitmap pointer OUTPUT: - pBitmap = Bitmap (DIB) of preview
ImgDecode.cpp:4940
↓ 1 callersMethodGetBufOk
Accessor for m_bBufOk
WindowBuf.cpp:79
↓ 1 callersMethodGetDBEntry
Return a ptr to the struct containing the indexed entry
DbSigs.cpp:825
↓ 1 callersMethodGetDBNumEntries
Returns total of built-in plus local DB
DbSigs.cpp:809
↓ 1 callersMethodGetDecodeStatus
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 callersMethodGetDecodeSummary
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 callersMethodGetDefaultDbDir
Select a suitable working directory, create it if it doesn't already exist
SnoopConfig.cpp:414
↓ 1 callersMethodGetDetailVlc
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 callersMethodGetDqtEntry
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 callersMethodGetDqtQuantStd
Fetch an element from the "standard" luminance quantization table PRE: - glb_anStdQuantLum[] RETURN: - DQT matrix element
JfifDecode.cpp:370
↓ 1 callersMethodGetDqtZigZagIndex
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 callersMethodGetIjgEntry
DbSigs.cpp:870
↓ 1 callersMethodGetIjgNum
DbSigs.cpp:865
↓ 1 callersMethodGetImageSize
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 callersMethodGetMarkerBlk
Fetch an indexed block marker INPUT: - nInd = Index into marker block array RETURN: - Point (8x8 block) from marker array
ImgDecode.cpp:5147
↓ 1 callersMethodGetMarkerCount
Fetch the number of block markers assigned RETURN: - Number of marker blocks
ImgDecode.cpp:5135
↓ 1 callersMethodGetNumSigsExtra
DbSigs.cpp:138
↓ 1 callersMethodGetNumSigsInternal
DbSigs.cpp:133
↓ 1 callersMethodGetOffset
Fetch the current offset value from the dialog
OffsetDlg.cpp:51
↓ 1 callersMethodGetPixMapPtrs
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 callersMethodGetPosEmbedEnd
Fetch the ending file position of the embedded thumbnail PRE: - m_nPosEmbedEnd RETURN: - File position
JfifDecode.cpp:314
↓ 1 callersMethodGetPosEmbedStart
Fetch the starting file position of the embedded thumbnail PRE: - m_nPosEmbedStart RETURN: - File position
JfifDecode.cpp:301
↓ 1 callersMethodGetPreviewMcuInsert
Get the Preview MCU insert UNUSED
ImgDecode.cpp:694
↓ 1 callersMethodGetPreviewMode
Fetch the preview mode RETURN: - The image preview mode enumeration
ImgDecode.cpp:5226
↓ 1 callersMethodGetPreviewOverlayMcuGrid
Get the preview MCU grid setting OUTPUT: - The MCU grid enabled flag
ImgDecode.cpp:5718
↓ 1 callersMethodGetPreviewPos
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 callersMethodGetPreviewSize
Fetch the dimensions of the preview image OUTPUT: - nX = X dimension of image - nY = Y dimension of iamge
ImgDecode.cpp:719
↓ 1 callersMethodGetPreviewYccOffset
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 callersMethodGetPreviewZoom
Fetch the preview zoom level RETURN: - The preview zoom level enumeration
ImgDecode.cpp:5236
↓ 1 callersMethodGetPreviewZoomMode
Fetch the preview zoom mode RETURN: - The zoom mode enumeration
ImgDecode.cpp:5216
↓ 1 callersMethodGetQuickMode
Get the current quick log mode RETURN: - Are we in quick mode?
DocLog.cpp:74
↓ 1 callersMethodGetRemainIndices
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 callersMethodGetStatusFilePosText
Fetch the file position text RETURN: - File position text
ImgDecode.cpp:5816
↓ 1 callersMethodGetStatusMcuText
Fetch the MCU status text RETURN: - MCU indicator text
ImgDecode.cpp:5796
↓ 1 callersMethodGetStatusYccText
Fetch the YCC status text RETURN: - Status text currently displayed
ImgDecode.cpp:5776
↓ 1 callersMethodI_GetBitmapPtr
JPEGsnoopCore.cpp:1361
↓ 1 callersMethodI_GetDetailVlc
JPEGsnoopCore.cpp:1301
↓ 1 callersMethodI_GetMarkerCount
JPEGsnoopCore.cpp:1311
↓ 1 callersMethodI_GetPixMapPtrs
JPEGsnoopCore.cpp:1296
↓ 1 callersMethodI_GetPreviewMode
JPEGsnoopCore.cpp:1226
↓ 1 callersMethodI_GetPreviewOverlayMcuGrid
JPEGsnoopCore.cpp:1266
↓ 1 callersMethodI_GetPreviewSize
JPEGsnoopDoc.cpp:2219
↓ 1 callersMethodI_GetPreviewZoom
JPEGsnoopDoc.cpp:2224
↓ 1 callersMethodI_GetStatusFilePosText
JPEGsnoopCore.cpp:1351
↓ 1 callersMethodI_GetStatusMcuText
JPEGsnoopCore.cpp:1341
↓ 1 callersMethodI_GetStatusYccText
JPEGsnoopCore.cpp:1331
↓ 1 callersMethodI_LookupBlkYCC
JPEGsnoopCore.cpp:1376
↓ 1 callersMethodI_LookupFilePosMcu
JPEGsnoopCore.cpp:1366
↓ 1 callersMethodI_LookupFilePosPix
JPEGsnoopCore.cpp:1371
↓ 1 callersMethodI_SetDetailVlc
JPEGsnoopCore.cpp:1306
↓ 1 callersMethodI_SetMarkerBlk
JPEGsnoopCore.cpp:1316
↓ 1 callersMethodI_SetPreviewMode
JPEGsnoopCore.cpp:1221
↓ 1 callersMethodI_SetPreviewOverlayMcuGridToggle
JPEGsnoopCore.cpp:1271
↓ 1 callersMethodI_SetStatusText
JPEGsnoopCore.cpp:1326
↓ 1 callersMethodI_ViewOnDraw
JPEGsnoopDoc.cpp:2209
↓ 1 callersMethodIsDBEntryUser
Returns total of built-in plus local DB
DbSigs.cpp:815
↓ 1 callersMethodIsPreviewReady
Report if image preview is ready to display RETURN: - True if image preview is ready
ImgDecode.cpp:3753
↓ 1 callersMethodJ_GetAviMode
JPEGsnoopCore.cpp:1099
↓ 1 callersMethodJ_GetDecodeSummary
JPEGsnoopCore.cpp:1124
↓ 1 callersMethodJ_GetDqtQuantStd
JPEGsnoopCore.cpp:1135
↓ 1 callersMethodJ_GetDqtZigZagIndex
JPEGsnoopCore.cpp:1130
↓ 1 callersMethodJ_PrepareSendSubmit
JPEGsnoopCore.cpp:1150
↓ 1 callersMethodLookupBlkYCC
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 callersMethodLookupExcMmIsEdit
Search exceptions for Make/Model in list of ones that are always edited
DbSigs.cpp:940
↓ 1 callersMethodLookupExcMmNoMkr
Search exceptions for Make/Model in list of ones that don't have Makernotes
DbSigs.cpp:883
↓ 1 callersMethodLookupFilePosMcu
Determine the file position from a MCU coordinate INPUT: - nMcuX = MCU coordinate (x) - nMcuY = MCU coordinate (y) OUTPUT: - nByte = File
ImgDecode.cpp:5020
↓ 1 callersMethodLookupFilePosPix
Determine the file position from a pixel coordinate INPUT: - nPixX = Pixel coordinate (x) - nPixY = Pixel coordinate (y) OUTPUT: - nByte
ImgDecode.cpp:5001
↓ 1 callersMethodMcuXyToLinear
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 callersMethodOnCancel
ModelessDlg.cpp:53
↓ 1 callersMethodOnGetEnumFlags
///////////// Used for custom filtering. You must override to specify filter flags.
FolderDlg.cpp:266
↓ 1 callersMethodOnMessage
///////////// Handle notification from browser window: parse args and pass to specific virtual handler function.
FolderDlg.cpp:190
↓ 1 callersMethodOnOpenDocument
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 callersMethodOnShouldShow
///////////// Used for custom filtering. You must override to filter items.
FolderDlg.cpp:282
↓ 1 callersMethodOverlayGet
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 callersMethodOverlayInstall
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 callersMethodOverlayRemoveAll
Disable all buffer overlays POST: - m_nOverlayNum - m_psOverlay[]
WindowBuf.cpp:584
↓ 1 callersMethodPhotoshopParseImageResourceBlock
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 callersMethodPixelToBlk
Convert pixel coordinate to block coordinate INPUT: - ptPix = Pixel coordinate RETURN: - 8x8 block coordinate
ImgDecode.cpp:5071
↓ 1 callersMethodPixelToMcu
Convert pixel coordinate to MCU coordinate INPUT: - ptPix = Pixel coordinate RETURN: - MCU coordinate
ImgDecode.cpp:5056
↓ 1 callersMethodQueryInterface
FolderDlg.cpp:310
↓ 1 callersMethodRegistryLoad
Fetch all configuration values from the registry
SnoopConfig.cpp:154
↓ 1 callersMethodRelease
FolderDlg.cpp:304
↓ 1 callersMethodReportOverlays
Report out the list of overlays thave have been allocated PRE: - m_nOverlayNum - m_psOverlay[]
WindowBuf.cpp:480
↓ 1 callersMethodReprocess
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 callersMethodReset
Reset all state
JPEGsnoopCore.cpp:99
↓ 1 callersMethodReset
Clear out internal members
JfifDecode.cpp:46
↓ 1 callersMethodReset
DecodeDicom.cpp:52
← previousnext →101–200 of 786, ranked by callers