Home
last modified time | relevance | path

Searched refs:addFrame (Results 1 – 12 of 12) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/taglib/
Dgstid3v2mux.cc130 id3v2tag->addFrame (frame);
176 id3v2tag->addFrame (f); in add_encoder_tag()
217 id3v2tag->addFrame (f); in add_date_tag()
266 id3v2tag->addFrame (frame); in add_count_or_num_tag()
283 id3v2tag->addFrame (frame); in add_count_or_num_tag()
306 id3v2tag->addFrame (frame); in add_unique_file_id_tag()
355 id3v2tag->addFrame (frame); in add_musicbrainz_tag()
360 id3v2tag->addFrame (frame); in add_musicbrainz_tag()
408 id3v2tag->addFrame (frame); in add_id3v2frame_tag()
462 id3v2tag->addFrame (frame); in add_image_tag()
[all …]
/third_party/skia/tools/
Dskottie2movie.cpp143 rec->encoder->addFrame({rec->info, result->data(0), result->rowBytes(0)}); in main()
154 encoder.addFrame(pm); in main()
/third_party/skia/experimental/ffmpeg/
DSkVideoEncoder.h41 bool addFrame(const SkPixmap&);
DSkVideoEncoder.cpp257 bool SkVideoEncoder::addFrame(const SkPixmap& pm) { in addFrame() function in SkVideoEncoder
322 return fSurface->peekPixels(&pm) && this->addFrame(pm); in endFrame()
/third_party/flutter/skia/experimental/ffmpeg/
DSkVideoEncoder.h47 bool addFrame(const SkPixmap&);
DSkVideoEncoder.cpp258 bool SkVideoEncoder::addFrame(const SkPixmap& pm) { in addFrame() function in SkVideoEncoder
320 return fSurface->peekPixels(&pm) && this->addFrame(pm); in endFrame()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp90 InlineInfo.addFrame(Frame); in getInliningInfoForAddress()
/third_party/flutter/skia/tools/
Dskottie2movie.cpp150 encoder.addFrame(pm); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/
DDIContext.h101 void addFrame(const DILineInfo &Frame) { in addFrame() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp285 InlinedContext.addFrame(DILineInfo()); in symbolizeInlinedCode()
/third_party/skia/modules/skottie/src/
DSkottieTool.cpp372 enc.addFrame(pm); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1247 InliningInfo.addFrame(Frame); in getInliningInfoForAddress()
1287 InliningInfo.addFrame(Frame); in getInliningInfoForAddress()