MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / Width

Method Width

examples/VulkanBenchmark.cpp:523–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521 }
522
523 int Width() const { return codec_context_ ? codec_context_->width : 0; }
524 int Height() const { return codec_context_ ? codec_context_->height : 0; }
525 bool RequestedHwDecode() const { return requested_hw_decode_; }
526 bool UsingHwDecode() const { return decoded_hw_frames_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected