Searched defs:flags (Results 1 - 25 of 1424) sorted by path

1234567891011>>

/frameworks/av/camera/
H A DCameraUtils.cpp53 int32_t& flags = *transform; local
60 flags = 0;
63 flags = NATIVE_WINDOW_TRANSFORM_ROT_90;
66 flags = NATIVE_WINDOW_TRANSFORM_ROT_180;
69 flags = NATIVE_WINDOW_TRANSFORM_ROT_270;
78 // Note: Flips are applied before rotates; using XOR here as some of these flags are
79 // composed in terms of other flip/rotation flags, and are not bitwise-ORable.
82 flags = NATIVE_WINDOW_TRANSFORM_FLIP_H;
85 flags = NATIVE_WINDOW_TRANSFORM_FLIP_H ^
89 flags
[all...]
H A DICamera.cpp329 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
498 return BBinder::onTransact(code, data, reply, flags);
328 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DICameraClient.cpp125 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
217 return BBinder::onTransact(code, data, reply, flags);
124 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DICameraRecordingProxy.cpp111 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
169 return BBinder::onTransact(code, data, reply, flags);
110 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DICameraRecordingProxyListener.cpp103 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
171 return BBinder::onTransact(code, data, reply, flags);
102 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DICameraServiceProxy.cpp54 uint32_t flags) {
70 return BBinder::onTransact(code, data, reply, flags);
53 onTransact(uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp342 uint32_t flags; local
353 &flags, kTimeout);
358 if ((flags & MediaCodec::BUFFER_FLAG_CODECCONFIG) != 0) {
402 if ((flags & MediaCodec::BUFFER_FLAG_CODECCONFIG) == 0) {
407 // need to pass either the full set of BufferInfo flags, or
408 // (flags & BUFFER_FLAG_SYNCFRAME).
418 ptsUsec, flags);
433 if ((flags & MediaCodec::BUFFER_FLAG_EOS) != 0) {
/frameworks/av/cmds/stagefright/
H A Dcodec.cpp131 0 /* flags */);
257 uint32_t flags; local
259 &index, &offset, &size, &presentationTimeUs, &flags,
288 if (flags & MediaCodec::BUFFER_FLAG_EOS) {
H A Dmediafilter.cpp55 fprintf(stderr, "usage: [flags] %s\n"
146 uint32_t flags; member in struct:android::DecodedFrame
232 timeUs, frame.flags);
243 timeUs, frame.flags);
260 uint32_t flags; local
262 &index, &offset, &size, &presentationTimeUs, &flags,
306 if (flags & MediaCodec::BUFFER_FLAG_EOS) {
361 format, NULL /* surface */, NULL /* crypto */, 0 /* flags */);
462 vidFormat /* format */, surface, NULL /* crypto */, 0 /* flags */);
598 &frame.presentationTimeUs, &frame.flags, kTimeou
[all...]
H A Dstagefright.cpp187 int flags = 0; local
189 flags |= MediaCodecList::kPreferSoftwareCodecs;
193 flags |= MediaCodecList::kHardwareCodecsOnly;
195 rawSource = SimpleDecodingSource::Create(source, flags, gSurface);
/frameworks/av/drm/common/
H A DIDrmManagerService.cpp799 Parcel* reply, uint32_t flags) {
1539 return BBinder::onTransact(code, data, reply, flags);
797 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIDrmServiceListener.cpp42 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) {
58 return BBinder::onTransact(code, data, reply, flags);
41 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/av/drm/libmediadrm/
H A DICrypto.cpp238 uint32_t code, const Parcel &data, Parcel *reply, uint32_t flags) {
457 return BBinder::onTransact(code, data, reply, flags);
237 onTransact( uint32_t code, const Parcel &data, Parcel *reply, uint32_t flags) argument
H A DIDrm.cpp574 uint32_t code, const Parcel &data, Parcel *reply, uint32_t flags) {
926 return BBinder::onTransact(code, data, reply, flags);
573 onTransact( uint32_t code, const Parcel &data, Parcel *reply, uint32_t flags) argument
H A DIDrmClient.cpp61 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
77 return BBinder::onTransact(code, data, reply, flags);
60 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIMediaDrmService.cpp66 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
82 return BBinder::onTransact(code, data, reply, flags);
65 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/av/include/media/
H A DAudioPolicy.h83 uint32_t routeFlags, String8 registrationId, uint32_t flags) :
85 mRouteFlags(routeFlags), mDeviceAddress(registrationId), mCbFlags(flags){}
96 uint32_t mCbFlags; // flags indicating which callbacks to use, see kCbFlag*
82 AudioMix(Vector<AudioMixMatchCriterion> criteria, uint32_t mixType, audio_config_t format, uint32_t routeFlags, String8 registrationId, uint32_t flags) argument
H A DIOMX.h166 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd = -1) = 0;
205 OMX_U32 flags; member in struct:android::omx_message::__anon73::__anon76
231 uint32_t flags = 0);
238 uint32_t flags = 0);
251 uint32_t flags = 0);
H A DIStreamSource.h44 virtual uint32_t flags() const { return 0; } function in struct:android::IStreamSource
100 uint32_t flags = 0);
106 uint32_t flags = 0);
H A DVolumeShaper.h331 OptionFlag mOptionFlags; // option flags for the configuration.
361 Operation(Flag flags, int replaceId) argument
362 : Operation(flags, replaceId, std::numeric_limits<S>::quiet_NaN() /* xOffset */) {
373 Operation(Flag flags, int replaceId, S xOffset) argument
374 : mFlags(flags)
415 status_t setFlags(Flag flags) { argument
416 if ((flags & ~FLAG_ALL) != 0) {
417 ALOGE("flags has invalid bits: %#x", flags);
420 mFlags = flags;
432 int32_t flags; local
[all...]
/frameworks/av/include/media/stagefright/
H A DDataSource.h93 virtual uint32_t flags() { function in class:android::DataSource
H A DFileSource.h42 virtual uint32_t flags() { function in class:android::FileSource
H A DThrottledSource.h49 virtual uint32_t flags() { function in struct:android::ThrottledSource
50 return mSource->flags();
/frameworks/av/include/media/stagefright/foundation/
H A DAData.h417 static bool del(typename Flagger::type flags, U &data) { argument
418 if (Flagger::canDeleteAs(flags, Flagger::flagFor((T*)0))) {
422 return _AData_deleter<Flagger, U, Ts...>::del(flags, data);
479 * \param Flag the underlying unsigned integral to use for the flags.
503 * Constexpr method that returns if two flags are compatible for deletion.
576 * Constexpr method that returns if two flags are compatible for deletion.
662 // std::cerr << "could not delete data of type " << this->flags() << std::endl;
670 return this->flags() != Flagger::flagFor((void*)0);
679 if (_AData_deleter<Flagger, data_t, Ts...>::del(this->flags(), this->get())) {
711 if (this->flags()
[all...]
H A DFlagged.h26 * the flag if the wrapped type T is already flagged and we can combine the outer and inner flags.
28 * Flags can be queried/manipulated via flags() an setFlags(Flags). The wrapped value can be
32 * Users must specify the used bits (MASK) in the flags. Flag getters and setters will enforce this
48 * EXPECT_EQ(a.flags(), kSafe);
53 * provided automatically (flags are automatically shared if possible, e.g. mask is shifted
54 * automatically to not overlap with used bits of the wrapped type's flags, and fall back to
73 * EXPECT_EQ(b.flags(), kConst);
74 * EXPECT_EQ(b.get().flags(), kSafe);
91 * EXPECT_EQ(v.flags(), kUnsafeV);
92 * EXPECT_EQ(v.get().flags(), kUnsaf
393 setFlagsHelper(IntFlag mask, int shift, IntFlag flags) argument
405 Flagged(Flag flags, Args... args) argument
416 constexpr Flag flags() const { function in class:android::Flagged
421 setFlags(Flag flags) argument
484 Flagged(Flag flags, Args... args) argument
499 Flag constexpr flags() const { function in class:android::Flagged
504 setFlags(Flag flags) argument
[all...]

Completed in 1805 milliseconds

1234567891011>>