MCPcopy 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
361int FfmpegDecoder::width() const {
362 return codec_ctx_ != nullptr ? codec_ctx_->width : 0;
363}
364
365int FfmpegDecoder::height() const {
366 return codec_ctx_ != nullptr ? codec_ctx_->height : 0;

Callers 15

drawLegendDataMethod · 0.45
isUsableRectFunction · 0.45
updateMaximumZoomAreaMethod · 0.45
showPointValuesMethod · 0.45
setPositionMethod · 0.45
widgetMouseMoveEventMethod · 0.45
acceptMethod · 0.45
applyKeepAspectRatioMethod · 0.45
minZoomSizeMethod · 0.45
CurveEditorMethod · 0.45
TEST_FFunction · 0.45
widgetPointToImagePixelFunction · 0.45

Calls

no outgoing calls

Tested by 15

TEST_FFunction · 0.36
widgetPointToImagePixelFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
litPixelsFunction · 0.36