Searched refs:fStreamCtx (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/experimental/ffmpeg/ |
D | SkVideoDecoder.cpp | 307 if (fStreamCtx) { in reset() 308 av_freep(&fStreamCtx->buffer); in reset() 309 avio_context_free(&fStreamCtx); in reset() 310 fStreamCtx = nullptr; in reset() 331 fStreamCtx = avio_alloc_context(buffer, bufferSize, 0, fStream.get(), in loadStream() 333 if (!fStreamCtx) { in loadStream() 344 fFormatCtx->pb = fStreamCtx; in loadStream()
|
D | SkVideoEncoder.cpp | 159 fStreamCtx = avio_alloc_context(buffer, bufferSize, AVIO_FLAG_WRITE, fWStream.get(), in init() 161 SkASSERT(fStreamCtx); in init() 165 fFormatCtx->pb = fStreamCtx; in init()
|
D | SkVideoEncoder.h | 74 AVIOContext* fStreamCtx = nullptr; variable
|
D | SkVideoDecoder.h | 58 AVIOContext* fStreamCtx = nullptr; variable
|
/third_party/skia/experimental/ffmpeg/ |
D | SkVideoDecoder.cpp | 330 if (fStreamCtx) { in reset() 331 av_freep(&fStreamCtx->buffer); in reset() 332 avio_context_free(&fStreamCtx); in reset() 333 fStreamCtx = nullptr; in reset() 354 fStreamCtx = avio_alloc_context(buffer, bufferSize, 0, fStream.get(), in loadStream() 356 if (!fStreamCtx) { in loadStream() 367 fFormatCtx->pb = fStreamCtx; in loadStream()
|
D | SkVideoEncoder.cpp | 158 fStreamCtx = avio_alloc_context(buffer, bufferSize, AVIO_FLAG_WRITE, fWStream.get(), in init() 160 SkASSERT(fStreamCtx); in init() 164 fFormatCtx->pb = fStreamCtx; in init()
|
D | SkVideoEncoder.h | 68 AVIOContext* fStreamCtx = nullptr; variable
|
D | SkVideoDecoder.h | 59 AVIOContext* fStreamCtx = nullptr; variable
|