MCPcopy Create free account
hub / github.com/RPCSX/rpcsx / get_video_buffer_size

Function get_video_buffer_size

ps3fw/cellCamera.cpp:370–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370u32 get_video_buffer_size(const CellCameraInfoEx& info)
371{
372 u32 width, height;
373 std::tie(width, height) = get_video_resolution(info);
374 return get_buffer_size_by_format(info.format, width, height);
375}
376
377// ************************
378// * cellCamera functions *

Callers 3

cellCameraOpenExFunction · 0.85
cellCameraGetBufferSizeFunction · 0.85
cellCameraReadExFunction · 0.85

Calls 3

tieClass · 0.85
get_video_resolutionFunction · 0.85

Tested by

no test coverage detected