/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
TrackHeaderBox.java | 97 long contentSize = 4; 99 contentSize += 32; 101 contentSize += 20; 103 contentSize += 60; 104 return contentSize;
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/ |
TextSampleEntry.java | 78 long contentSize = 18; 79 contentSize += boxRecord.getSize(); 80 contentSize += styleRecord.getSize(); 82 contentSize += boxe.getSize(); 84 return contentSize;
|
VisualSampleEntry.java | 174 long contentSize = 78; 176 contentSize += boxe.getSize(); 178 return contentSize;
|
SampleEntry.java | 109 public void parse(ReadableByteChannel readableByteChannel, ByteBuffer header, long contentSize, BoxParser boxParser) throws IOException { 111 super.parse(readableByteChannel, header, contentSize, boxParser);
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/ |
AbstractSampleEncryptionBox.java | 173 long contentSize = 4; 175 contentSize += 4; 176 contentSize += kid.length; 178 contentSize += 4; 180 contentSize += entry.getSize(); 182 return contentSize;
|
/external/chromium_org/third_party/WebKit/Source/web/ |
ColorChooserPopupUIController.cpp | 78 IntSize ColorChooserPopupUIController::contentSize()
|
WebPagePopupImpl.cpp | 176 resize(m_popupClient->contentSize()); 205 frame->view()->resize(m_popupClient->contentSize()); 229 return m_popupClient->contentSize();
|
DateTimeChooserImpl.cpp | 79 WebCore::IntSize DateTimeChooserImpl::contentSize()
|
/frameworks/av/media/libstagefright/include/ |
ChromiumHTTPDataSource.h | 111 int64_t contentSize, const char *contentType);
|
/frameworks/av/media/libstagefright/chromium_http/ |
ChromiumHTTPDataSource.cpp | 117 int64_t contentSize, const char *contentType) { 127 mContentSize = (contentSize < 0) ? -1 : contentSize + mCurrentOffset;
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/ |
DefaultMp4Builder.java | 380 long contentSize = 0; 390 public void parse(ReadableByteChannel readableByteChannel, ByteBuffer header, long contentSize, BoxParser boxParser) throws IOException { 413 contentSize += s.limit(); 444 return 16 + contentSize; 447 private boolean isSmallBox(long contentSize) { 448 return (contentSize + 8) < 4294967296L;
|
FragmentedMp4Builder.java | 230 public void parse(ReadableByteChannel readableByteChannel, ByteBuffer header, long contentSize, BoxParser boxParser) throws IOException {
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
IsoFile.java | 76 public void parse(ReadableByteChannel inFC, ByteBuffer header, long contentSize, AbstractBoxParser abstractBoxParser) throws IOException {
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLPlugInElement.cpp | 449 IntSize contentSize = roundedIntSize(LayoutSize(renderer->contentWidth(), renderer->contentHeight())); 451 RefPtr<Widget> widget = frame->loader().client()->createPlugin(contentSize, this, url, paramNames, paramValues, mimeType, loadManually);
|
/external/chromium_org/third_party/skia/include/pdf/ |
SkPDFDevice.h | 53 * @param contentSize The content size of the page in points. This will be 69 SK_API SkPDFDevice(const SkISize& pageSize, const SkISize& contentSize,
|
/external/skia/include/pdf/ |
SkPDFDevice.h | 53 * @param contentSize The content size of the page in points. This will be 69 SK_API SkPDFDevice(const SkISize& pageSize, const SkISize& contentSize,
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFDevice.cpp | 712 static inline SkBitmap makeContentBitmap(const SkISize& contentSize, 719 drawingSize.set(SkIntToScalar(contentSize.fWidth), 720 SkIntToScalar(contentSize.fHeight)); 731 bitmap.setConfig(SkBitmap::kNo_Config, abs(contentSize.fWidth), 732 abs(contentSize.fHeight)); 739 SkPDFDevice::SkPDFDevice(const SkISize& pageSize, const SkISize& contentSize, 741 : SkBitmapDevice(makeContentBitmap(contentSize, &initialTransform)), 743 fContentSize(contentSize), [all...] |
/external/skia/src/pdf/ |
SkPDFDevice.cpp | 712 static inline SkBitmap makeContentBitmap(const SkISize& contentSize, 719 drawingSize.set(SkIntToScalar(contentSize.fWidth), 720 SkIntToScalar(contentSize.fHeight)); 731 bitmap.setConfig(SkBitmap::kNo_Config, abs(contentSize.fWidth), 732 abs(contentSize.fHeight)); 739 SkPDFDevice::SkPDFDevice(const SkISize& pageSize, const SkISize& contentSize, 741 : SkBitmapDevice(makeContentBitmap(contentSize, &initialTransform)), 743 fContentSize(contentSize), [all...] |
/external/skia/gm/ |
gmmain.cpp | 658 SkISize contentSize = 661 dev = new SkPDFDevice(pageSize, contentSize, initialTransform); [all...] |
/frameworks/base/services/java/com/android/server/ |
BackupManagerService.java | [all...] |
/prebuilts/devtools/tools/lib/ |
jfreechart-1.0.9.jar | |
/prebuilts/tools/common/jfreechart/ |
jfreechart-1.0.9.jar | |
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/ |
jfreechart-1.0.9.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar | |
org.eclipse.jface_3.6.1.M20100825-0800.jar | |