MCPcopy Create free account
hub / github.com/Tencent/libpag / GetOfflineFolder

Function GetOfflineFolder

exporter/src/export/encode/OfflineVideoEncoder.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43static std::string GetOfflineFolder() {
44 return JoinPaths(GetH264EncoderToolsFolder(), "OffLineFolder");
45}
46
47static bool WriteYUVPlane(uint8_t* data, int stride, int width, int height, FILE* fp) {
48 for (int j = 0; j < height; j++) {

Callers 1

openMethod · 0.85

Calls 2

JoinPathsFunction · 0.85

Tested by

no test coverage detected