Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlotJuggler/PlotJuggler
/ width
Method
width
pj_scene2D/core/src/ffmpeg_decoder.cpp:361–363 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
359
}
360
361
int FfmpegDecoder::width() const {
362
return codec_ctx_ != nullptr ? codec_ctx_->width : 0;
363
}
364
365
int FfmpegDecoder::height() const {
366
return codec_ctx_ != nullptr ? codec_ctx_->height : 0;
Callers
15
drawLegendData
Method · 0.45
isUsableRect
Function · 0.45
updateMaximumZoomArea
Method · 0.45
showPointValues
Method · 0.45
setPosition
Method · 0.45
widgetMouseMoveEvent
Method · 0.45
accept
Method · 0.45
applyKeepAspectRatio
Method · 0.45
minZoomSize
Method · 0.45
CurveEditor
Method · 0.45
TEST_F
Function · 0.45
widgetPointToImagePixel
Function · 0.45
Calls
no outgoing calls
Tested by
15
TEST_F
Function · 0.36
widgetPointToImagePixel
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST_F
Function · 0.36
litPixels
Function · 0.36