Home
last modified time | relevance | path

Searched defs:boxSize (Results 1 – 4 of 4) sorted by relevance

/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/text/webvtt/
DMp4WebvttDecoder.java62 int boxSize = sampleData.readInt(); in decode() local
82 int boxSize = sampleData.readInt(); in parseVttCueBox() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/text/webvtt/
DMp4WebvttDecoder.java62 int boxSize = sampleData.readInt(); in decode() local
82 int boxSize = sampleData.readInt(); in parseVttCueBox() local
/external/skia/tools/viewer/
DSkSLSlide.cpp135 ImVec2 boxSize(-1.0f, ImGui::GetTextLineHeight() * 30); in draw() local
DViewer.cpp2630 ImVec2 boxSize(-1.0f, ImGui::GetTextLineHeight() * std::min(lines, 30)); in drawImGui() local
2724 ImVec2 boxSize(-1.0f, ImGui::GetTextLineHeight() * std::min(lines, 30)); in drawImGui() local