MCPcopy Create free account

hub / github.com/ImpulseAdventure/JPEGsnoop / functions

Functions786 in github.com/ImpulseAdventure/JPEGsnoop

↓ 1 callersMethodResetState
Reset the major parameters - Called by JFIF Decoder when we begin a new file TODO: Consider merging with Reset() POST: - m_anSofSampFactH[] - m_anSofS
ImgDecode.cpp:286
↓ 1 callersMethodSearchCom
DbSigs.cpp:786
↓ 1 callersMethodSetAviMode
Set the AVI mode flag for this file POST: - m_bAvi - m_bAviMjpeg
JfifDecode.cpp:271
↓ 1 callersMethodSetCbBuf
OverlayBufDlg.cpp:101
↓ 1 callersMethodSetCbLookup
LookupDlg.cpp:86
↓ 1 callersMethodSetDetailVlc
Set the detailed scan decode settings (VLC) INPUT: - bDetail = Enable for detailed scan VLC reporting - nX = Start of detailed scan decode MCU
ImgDecode.cpp:4898
↓ 1 callersMethodSetDhtEntry
Set a DHT table entry and associated lookup table - Configures the fast lookup table for short code bitstrings INPUT: - nDestId = DHT destination t
ImgDecode.cpp:748
↓ 1 callersMethodSetDhtSize
Assign the size of the DHT table INPUT: - nDestId = Destination DHT table ID (From DHT:Th, range 0..3) - nClass = Select between DC and AC table
ImgDecode.cpp:834
↓ 1 callersMethodSetDhtTables
Set a DHT table for a scan image component index - The DHT Table select array is stored as: m_anDhtTblSel[0][1,2,3] for DC m_anDhtTblSel[1][1,2,3] for
ImgDecode.cpp:536
↓ 1 callersMethodSetDqtTables
Set a DQT table for a frame image component identifier INPUT: - nCompInd = Component index. Based on m_nSofNumComps_Nf-1 (ie. 0..254) - nTbl = D
ImgDecode.cpp:505
↓ 1 callersMethodSetFirstRun
Is this the first time running the application? If so, we skip certain warning messages (such as lack of existing user DB file)
DbSigs.cpp:128
↓ 1 callersMethodSetImageDimensions
TODO
ImgDecode.cpp:2706
↓ 1 callersMethodSetMarkerBlk
Add a block to the block marker list - Also report out the YCC DC value for the block INPUT: - nBlkX = 8x8 block X coordinate - nBlkY = 8x8 b
ImgDecode.cpp:5170
↓ 1 callersMethodSetOffset
Set the initial file offset
OffsetDlg.cpp:44
↓ 1 callersMethodSetPrecision
Get the precision field INPUT: - nPrecision = DCT sample precision (typically 8 or 12) POST: - m_nPrecision
ImgDecode.cpp:564
↓ 1 callersMethodSetPreviewMcuInsert
Set the Preview MCU insert UNUSED
ImgDecode.cpp:682
↓ 1 callersMethodSetPreviewMode
Update the preview mode (affects channel display) INPUT: - nMode = Mode used in channel display (eg. NONE, RGB, YCC) See PREVIEW_* constants
ImgDecode.cpp:633
↓ 1 callersMethodSetPreviewOverlayMcuGridToggle
Toggle the preview MCU grid setting POST: - m_bViewOverlaysMcuGrid
ImgDecode.cpp:5728
↓ 1 callersMethodSetPreviewYccOffset
Update any level shifts for the preview display INPUT: - nMcuX = MCU index in X direction - nMcuY = MCU index in Y direction - nY = DC shif
ImgDecode.cpp:650
↓ 1 callersMethodSetPreviewZoom
Change the current zoom level - Supports either direct setting of the level or an increment/decrement operation INPUT: - bInc = Flag to increment
ImgDecode.cpp:5253
↓ 1 callersMethodSetSofSampFactors
Set the sampling factor for an image component INPUT: - nCompInd = Component index from Nf (ie. 1..255) - nSampFactH = Sampling factor in horizon
ImgDecode.cpp:619
↓ 1 callersMethodSetStatusFilePosText
Update the file position text INPUT: - strText = File position text
ImgDecode.cpp:5806
↓ 1 callersMethodSetStatusMcuText
Update the MCU status text INPUT: - strText = MCU indicator text
ImgDecode.cpp:5786
↓ 1 callersMethodSetStatusText
Update the status bar text INPUT: - str = New text to display on status bar PRE: - m_pStatBar
ImgDecode.cpp:328
↓ 1 callersMethodSetStatusYccText
Update the YCC status text INPUT: - strText = Status text to display
ImgDecode.cpp:5766
↓ 1 callersMethodSetupView
Save the view pointer (from View init)
JPEGsnoopDoc.cpp:419
↓ 1 callersMethodUseDefaults
This is generally called after app initializes and registry has just been loaded.
SnoopConfig.cpp:139
↓ 1 callersMethodViewOnDraw
Main draw routine for the image - Draws the preview image with frame - Draws any histogram - Draws a title - Draws any MCU overlays / grid INPUT: - p
ImgDecode.cpp:5296
MethodAddHeader
Print out a header for the current JFIF marker code
JfifDecode.cpp:5446
MethodAddRef
FolderDlg.cpp:298
MethodAppendToLogLocal
DocLog.cpp:213
MethodAssertValid
JPEGsnoopViewImg.cpp:129
MethodAssertValid
CntrItem.cpp:53
MethodAssertValid
MainFrm.cpp:130
MethodAssertValid
JPEGsnoopView.cpp:149
MethodAssertValid
JPEGsnoopDoc.cpp:248
MethodB_BufFileSet
JPEGsnoopCore.cpp:1170
MethodB_BufFileUnset
JPEGsnoopCore.cpp:1175
MethodB_BufLoadWindow
JPEGsnoopCore.cpp:1165
MethodBuf
Replaces the direct buffer access with a managed refillable window/cache. - Support for 1-byte access only - Support for overlays (optional) INPUT: -
WindowBuf.cpp:639
MethodBufReadNum
Read an unsigned integer (4B) from the buffer
DbSigs.cpp:145
MethodBufReadStr
Read a null-terminated string from the buffer/cache at the indicated file offset. - Does not affect the current file pointer nPosition - String length
WindowBuf.cpp:845
MethodBufReadStr
Attempt to read a line from the buffer This is a replacement for CStdioFile::ReadLine() Both 16-bit unicode and 8-bit SBCS encoding modes are supporte
DbSigs.cpp:178
MethodBufReadUniStr
Read a null-terminated 16-bit unicode string from the buffer/cache at the indicated file offset. - FIXME: Replace faked out unicode-to-ASCII conversio
WindowBuf.cpp:886
MethodBufWriteNum
Write an unsigned integer (4B) to the buffer
DbSigs.cpp:157
MethodBufWriteStr
Return true if we managed to write entire string including terminator without overrunning nMaxBytes
DbSigs.cpp:223
MethodBuffAddByte
Add a byte to the scan buffer from the file - Handle stuff bytes - Handle restart markers PRE: - m_nScanBuffPtr POST: - m_nRestartRead - m_nRestartLa
ImgDecode.cpp:1386
MethodBuffTopup
Refill the scan buffer as needed
ImgDecode.cpp:1292
MethodBuildDirPath
Ensure that the file system path exists, create the nested subdirectories as required
JPEGsnoopCore.cpp:854
MethodByteSwap2
Perform conversion from 2 bytes into half-word with endian byte-swapping support PRE: - m_nImgExifEndian Byte swap mode (0=little, 1=big) INPUT: -
JfifDecode.cpp:626
MethodByteSwap4
Perform conversion from 4 bytes into UINT32 with endian byte-swapping support PRE: - m_nImgExifEndian Byte swap mode (0=little, 1=big) INPUT: - nBy
JfifDecode.cpp:599
MethodCAboutDlg
AboutDlg.cpp:24
MethodCBatchDlg
BatchDlg.cpp:30
MethodCDIB
Dib.cpp:36
MethodCDbManageDlg
DbManageDlg.cpp:31
MethodCDbSigs
Initialize the signature database array sizes PRE: - m_sSigList[] - m_sExcMmNoMkrList[] - m_sExcMmIsEditList[] - m_sSwIjgList[] - m_sXComSwList[] PO
DbSigs.cpp:54
MethodCDbSubmitDlg
DbSubmitDlg.cpp:31
MethodCDecodeDetailDlg
DecodeDetailDlg.cpp:31
MethodCDecodeDicom
DecodeDicom.cpp:37
MethodCDecodePs
DecodePs.cpp:35
MethodCDocLog
Initialize the log
DocLog.cpp:27
MethodCExportDlg
ExportDlg.cpp:31
MethodCExportTiffDlg
ExportTiffDlg.cpp:31
MethodCFolderDialog
///////////// ctor: initialize most stuff to NULL
FolderDlg.cpp:70
MethodCHyperlinkStatic
HyperlinkStatic.cpp:53
MethodCJPEGsnoopApp
Constructor
JPEGsnoop.cpp:400
MethodCJPEGsnoopCntrItem
CntrItem.cpp:38
MethodCJPEGsnoopCore
JPEGsnoopCore.cpp:25
MethodCJPEGsnoopDoc
JPEGsnoopDoc.cpp:105
MethodCJPEGsnoopView
JPEGsnoopView.cpp:50
MethodCJPEGsnoopViewImg
JPEGsnoopViewImg.cpp:32
MethodCLookupDlg
LookupDlg.cpp:32
MethodCMainFrame
MainFrm.cpp:54
MethodCModelessDlg
ModelessDlg.cpp:31
MethodCMyCommandParser
JPEGsnoop.cpp:152
MethodCNoteDlg
NoteDlg.cpp:30
MethodCOffsetDlg
OffsetDlg.cpp:30
MethodCOverlayBufDlg
OverlayBufDlg.cpp:32
MethodCPsDecode
PsDecode.cpp:35
MethodCRegDWORD
Registry.cpp:39
MethodCRegPoint
Registry.cpp:353
MethodCRegRect
Registry.cpp:247
MethodCRegStdString
Registry.cpp:460
MethodCRegStdWORD
Registry.cpp:568
MethodCRegString
Registry.cpp:139
MethodCSettingsDlg
SettingsDlg.cpp:35
MethodCSnoopConfig
Define the defaults for the application configuration
SnoopConfig.cpp:28
MethodCTermsDlg
TermsDlg.cpp:31
MethodCUpdateAvailDlg
UpdateAvailDlg.cpp:31
MethodCUrlString
/
UrlString.cpp:41
MethodCalcChannelPreview
Calculate RGB pixel map from selected channels of YCC pixel map PRE: - m_pPixValY - m_pPixValCb - m_pPixValCr POST: - m_pDibTemp NOTE: - Channels are
ImgDecode.cpp:4965
MethodCalcChannelPreviewFull
Recalcs the full image based on the original YCC pixmap - Also locate the brightest pixel. - Note that we cannot do the brightest pixel search when we
ImgDecode.cpp:4619
MethodCallbackProc
///////////// Internal callback proc used for SHBrowseForFolder passes control to appropriate virtual function after attaching browser window.
FolderDlg.cpp:173
MethodCapRgbRange
Color conversion clipping (RGB) - Input RGB triplet in floats - Expect range to be 0..255 - Return RGB triplet in bytes - Report if it is out of range
ImgDecode.cpp:4495
MethodCapYccRange
Color conversion clipping - Process the pre-clipped YCC values and ensure they have been clipped into the valid region INPUT: - nMcuX = MCU x coor
ImgDecode.cpp:4341
MethodCbWrap_B_Buf
Create static wrapper for B_Buf callback function
JPEGsnoopDoc.cpp:1707
MethodCbWrap_I_LookupFilePosPix
Create static wrapper for I_LookupFilePosPix callback function
JPEGsnoopDoc.cpp:1833
MethodChannelExtract
Extract the specified channel INPUT: - nMode = Channel(s) to extract from - sSrc = Color representations (YCC & RGB) for pixel OUTPUT: - sDst
ImgDecode.cpp:4832
MethodCheckEula
Check the End-User License Agreement status - Ensure that the EULA has been previously signed - If EULA hasn't been signed, then show dialog box POST
JPEGsnoop.cpp:1084
MethodCheckScanErrors
Test the scan error flag and, if set, report out the position INPUT: - nMcuX = MCU x coordinate - nMcuY = MCU y coordinate - nCssIndH = Chrom
ImgDecode.cpp:2605
← previousnext →201–300 of 786, ranked by callers