Searched defs:base (Results 1 - 25 of 175) sorted by path

1234567

/frameworks/av/drm/libdrmframework/plugins/common/util/
H A DAndroid.mk25 base := frameworks/av macro
28 $(base)/include \
29 $(base)/include/drm \
30 $(base)/include/drm/plugins \
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/
H A DAndroid.mk23 base := frameworks/av macro
26 ifneq ($(shell grep -c 'off64_t offset' $(base)/drm/libdrmframework/plugins/common/include/IDrmEngine.h), 0)
55 $(base)/include/drm \
56 $(base)/drm/libdrmframework/plugins/common/include \
57 $(base)/drm/libdrmframework/plugins/common/util/include \
58 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/common \
59 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/converter \
60 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/decoder \
/frameworks/av/include/media/omx/1.0/
H A DWOmxNode.h44 using ::android::hidl::base::V1_0::IBase;
63 LWOmxNode(sp<IOmxNode> const& base) : CBase(base) {} argument
109 TWOmxNode(sp<IOMXNode> const& base);
/frameworks/av/include/media/stagefright/foundation/
H A DABuffer.h36 uint8_t *base() { return (uint8_t *)mData; } function in struct:android::ABuffer
H A DFlagged.h156 * Determines whether mask can be combined with base-mask for a given left shift.
175 // verify that base mask is part of effective mask (sanity check on arguments)
178 // if sharing masks, shift must be the base's shift.
179 // verify that shared mask is the overlap of base mask and mask
185 // otherwise, verify that there is no overlap between mask and base's effective mask
211 // if sharing masks, shift must be base's shift. verify that shared mask is part of
212 // base mask and mask, and that desired mask still fits with base's shift value
249 * they should be be cast to this base class.
251 * \todo can we replace this base clas
255 struct base {}; struct in struct:android::_Flagged_helper
[all...]
/frameworks/av/media/libmedia/
H A DIOMX.cpp455 HpOMXNode(const sp<IBinder>& base) : PBase(base) {} argument
H A DMediaCodecBuffer.cpp36 uint8_t *MediaCodecBuffer::base() { function in class:android::MediaCodecBuffer
37 return mBuffer->base();
/frameworks/av/media/libmedia/omx/1.0/
H A DWGraphicBufferSource.cpp30 sp<TGraphicBufferSource> const& base) : mBase(base) {
29 LWGraphicBufferSource( sp<TGraphicBufferSource> const& base) argument
H A DWOmx.cpp37 LWOmx::LWOmx(sp<IOmx> const& base) : mBase(base) { argument
H A DWOmxBufferSource.cpp30 LWOmxBufferSource::LWOmxBufferSource(sp<IOmxBufferSource> const& base) : argument
31 mBase(base) {
70 TWOmxBufferSource::TWOmxBufferSource(sp<IOMXBufferSource> const& base) : argument
71 mBase(base) {
H A DWOmxNode.cpp246 TWOmxNode::TWOmxNode(sp<IOMXNode> const& base) : mBase(base) { argument
H A DWOmxObserver.cpp36 LWOmxObserver::LWOmxObserver(sp<IOmxObserver> const& base) : mBase(base) { argument
59 TWOmxObserver::TWOmxObserver(sp<IOMXObserver> const& base) : mBase(base) { argument
/frameworks/av/media/libstagefright/codec2/tests/
H A DC2Param_test.cpp584 static_assert(!std::is_same<U, UnexpectedU>::value, "should not be member pointer of the base type");
601 "base member pointer should have base class in type");
1411 struct base { enum : uint32_t { baseIndex = 1 }; }; struct
1413 static_assert(C2AddBaseIndex<base, 1>::baseIndex == 1, "should be 1");
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DABuffer.h36 uint8_t *base() { return (uint8_t *)mData; } function in struct:android::ABuffer
H A DFlagged.h156 * Determines whether mask can be combined with base-mask for a given left shift.
175 // verify that base mask is part of effective mask (sanity check on arguments)
178 // if sharing masks, shift must be the base's shift.
179 // verify that shared mask is the overlap of base mask and mask
185 // otherwise, verify that there is no overlap between mask and base's effective mask
211 // if sharing masks, shift must be base's shift. verify that shared mask is part of
212 // base mask and mask, and that desired mask still fits with base's shift value
249 * they should be be cast to this base class.
251 * \todo can we replace this base clas
255 struct base {}; struct in struct:android::_Flagged_helper
[all...]
/frameworks/av/media/libstagefright/include/foundation/
H A DABuffer.h36 uint8_t *base() { return (uint8_t *)mData; } function in struct:android::ABuffer
H A DFlagged.h156 * Determines whether mask can be combined with base-mask for a given left shift.
175 // verify that base mask is part of effective mask (sanity check on arguments)
178 // if sharing masks, shift must be the base's shift.
179 // verify that shared mask is the overlap of base mask and mask
185 // otherwise, verify that there is no overlap between mask and base's effective mask
211 // if sharing masks, shift must be base's shift. verify that shared mask is part of
212 // base mask and mask, and that desired mask still fits with base's shift value
249 * they should be be cast to this base class.
251 * \todo can we replace this base clas
255 struct base {}; struct in struct:android::_Flagged_helper
[all...]
/frameworks/av/media/libstagefright/omx/1.0/
H A DWGraphicBufferProducer.cpp19 #include <android-base/logging.h>
34 sp<BGraphicBufferProducer> const& base):
35 mBase(base) {
33 TWGraphicBufferProducer( sp<BGraphicBufferProducer> const& base) argument
H A DWGraphicBufferSource.cpp112 sp<GraphicBufferSource> const& base) :
113 mBase(base),
114 mOmxBufferSource(new TWOmxBufferSource(base)) {
111 TWGraphicBufferSource( sp<GraphicBufferSource> const& base) argument
H A DWOmxBufferSource.cpp30 LWOmxBufferSource::LWOmxBufferSource(sp<IOmxBufferSource> const& base) : argument
31 mBase(base) {
70 TWOmxBufferSource::TWOmxBufferSource(sp<IOMXBufferSource> const& base) : argument
71 mBase(base) {
H A DWOmxNode.cpp33 LWOmxNode::LWOmxNode(sp<IOmxNode> const& base) : mBase(base) { argument
249 TWOmxNode::TWOmxNode(sp<IOMXNode> const& base) : mBase(base) { argument
H A DWOmxObserver.cpp21 #include <android-base/logging.h>
36 LWOmxObserver::LWOmxObserver(sp<IOmxObserver> const& base) : mBase(base) { argument
59 TWOmxObserver::TWOmxObserver(sp<IOMXObserver> const& base) : mBase(base) { argument
H A DWProducerListener.cpp28 sp<BProducerListener> const& base):
29 mBase(base) {
43 sp<HProducerListener> const& base):
44 mBase(base) {
27 TWProducerListener( sp<BProducerListener> const& base) argument
42 LWProducerListener( sp<HProducerListener> const& base) argument
/frameworks/av/media/libstagefright/omx/
H A DBWGraphicBufferSource.cpp88 sp<GraphicBufferSource> const& base) :
89 mBase(base),
90 mOMXBufferSource(new BWOMXBufferSource(base)) {
87 BWGraphicBufferSource( sp<GraphicBufferSource> const& base) argument
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2716 uint32_t base = (uint32_t) atomic_fetch_add_explicit(&mNextUniqueIds[use], local
2718 ALOG_ASSERT(audio_unique_id_get_use(base) == AUDIO_UNIQUE_ID_USE_UNSPECIFIED);
2720 if (!(base == 0 || base == (~0u & ~AUDIO_UNIQUE_ID_USE_MASK))) {
2722 return (audio_unique_id_t) (base | use);

Completed in 499 milliseconds

1234567