Searched refs:Size (Results 1 - 14 of 14) sorted by relevance

/hardware/ti/omap4-aah/libtiutils/
H A DDebugUtils.h38 template <int Size = kFunctionLoggerIndentSize>
227 template <int Size>
228 inline int IndentString<Size>::calculateOffset(const int length) const
230 const int offset = kIndentStringMaxLength - length*Size;
234 template <int Size>
235 inline IndentString<Size>::IndentString(const int length) :
239 template <int Size>
240 inline const char * IndentString<Size>::string() const
/hardware/libhardware/tests/camera2/
H A DCameraMultiStreamTests.cpp117 struct Size { struct in class:android::camera2::tests::CameraMultiStreamTest
124 Size* min, int32_t* idx) {
142 Size* max, int32_t* idx) {
159 Size CapSize(Size cap, Size input) {
531 Size processedMinSize, processedMaxSize, jpegMaxSize;
568 Size previewLimit = { PREVIEW_WIDTH_CAP, PREVIEW_HEIGHT_CAP };
570 Size previewSize = CapSize(previewLimit, processedMaxSize);
572 Size meteringLimi
[all...]
/hardware/ti/omap3/dspbridge/inc/
H A Dqosregistry.h127 ULONG Size; /* size of data plus this header */ member in struct:QOSDATA
432 Size ptr to ULONG number of entries available in array
449 struct QOSDATA **ResultList, ULONG *Size);
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A Dqosregistry.h121 ULONG Size; /* size of data plus this header */ member in struct:QOSDATA
426 Size ptr to ULONG number of entries available in array
443 struct QOSDATA **ResultList, ULONG *Size);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp138 uint64 Size() const;
194 uint64 Size();
234 uint64 Size() const;
270 uint64 Size() const;
299 // Size of the ContentEncKeyID data in bytes.
324 virtual uint64 Size() const;
375 // Size of the CodecPrivate data in bytes.
801 uint64 Size() const;
H A Dmkvmuxer.cpp242 uint64 CuePoint::Size() const { function in class:mkvmuxer::CuePoint
310 uint64 Cues::Size() { function in class:mkvmuxer::Cues
313 size += GetCueByIndex(i)->Size();
329 size += cue->Size();
362 uint64 ContentEncAESSettings::Size() const { function in class:mkvmuxer::ContentEncAESSettings
429 uint64 ContentEncoding::Size() const { function in class:mkvmuxer::ContentEncoding
501 const uint64 aes_size = enc_aes_settings_.Size();
608 content_encodings_size += encoding->Size();
619 uint64 Track::Size() const { function in class:mkvmuxer::Track
711 content_encodings_size += encoding->Size();
1576 uint64 Cluster::Size() const { function in class:mkvmuxer::Cluster
[all...]
/hardware/intel/img/psb_video/src/mrst/
H A Dlnc_hostheader.h69 IMG_UINT8 Size; member in struct:_MTX_HEADER_ELEMENT_
H A Dlnc_hostheader.c99 TotalByteSize = elt_p[f]->Size;
101 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Writing %i RAW bits to element.\n", elt_p[f]->Size);
102 Show_Bits((IMG_UINT8 *)(&elt_p[f]->Size) + 1, 0, TotalByteSize);
199 size_bits_p = &(elt_p[mtx_hdr->Elements]->Size);
217 elt_p[mtx_hdr->Elements]->Size = 0;
342 Offset = elt_p[mtx_hdr->Elements]->Size + 8 + 31;
358 elt_p[mtx_hdr->Elements]->Size = 0;
602 SBP = (elt_p[mtx_hdr->Elements]->Size) & 7;
/hardware/intel/img/psb_video/src/
H A Dpnw_hostheader.c99 TotalByteSize = elt_p[f]->Size;
101 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Writing %i RAW bits to element.\n", elt_p[f]->Size);
102 Show_Bits((IMG_UINT8 *)(&elt_p[f]->Size) + 1, 0, TotalByteSize);
199 size_bits_p = &(elt_p[mtx_hdr->Elements]->Size);
217 elt_p[mtx_hdr->Elements]->Size = 0;
346 Offset = elt_p[mtx_hdr->Elements]->Size + 8 + 31;
365 elt_p[mtx_hdr->Elements]->Size = 0;
920 ui8SBP = (aui32ElementPointers[pMTX_Header->Elements]->Size) & 7;
H A Dpnw_hostheader.h73 IMG_UINT8 Size; member in struct:_MTX_HEADER_ELEMENT_
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.h321 Vector<Size> m_supportedPreviewSizes;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
H A Dx86_abi_support.asm153 ; Size of a register
/hardware/ti/omap4-aah/camera/
H A DAppCallbackNotifier.cpp102 picture = mRequestMemory(-1, jpeg_size + exif_section->Size, 1, NULL);
104 exif->saveJpeg((unsigned char*) picture->data, jpeg_size + exif_section->Size);
/hardware/ti/omap4xxx/camera/
H A DAppCallbackNotifier.cpp103 picture = mRequestMemory(-1, jpeg_size + exif_section->Size, 1, NULL);
105 exif->saveJpeg((unsigned char*) picture->data, jpeg_size + exif_section->Size);

Completed in 2144 milliseconds