Home
last modified time | relevance | path

Searched defs:me (Results 1 – 25 of 65) sorted by relevance

123

/frameworks/av/media/libstagefright/omx/
DSoftOMXComponent.cpp115 SoftOMXComponent *me = in SendCommandWrapper() local
127 SoftOMXComponent *me = in GetParameterWrapper() local
139 SoftOMXComponent *me = in SetParameterWrapper() local
151 SoftOMXComponent *me = in GetConfigWrapper() local
163 SoftOMXComponent *me = in SetConfigWrapper() local
175 SoftOMXComponent *me = in GetExtensionIndexWrapper() local
190 SoftOMXComponent *me = in UseBufferWrapper() local
204 SoftOMXComponent *me = in AllocateBufferWrapper() local
216 SoftOMXComponent *me = in FreeBufferWrapper() local
227 SoftOMXComponent *me = in EmptyThisBufferWrapper() local
[all …]
/frameworks/av/media/libstagefright/
DSimpleDecodingSource.cpp140 Mutexed<ProtectedState>::Locked me(mProtectedState); in start() local
161 Mutexed<ProtectedState>::Locked me(mProtectedState); in stop() local
186 Mutexed<ProtectedState>::Locked me(mProtectedState); in getFormat() local
207 Mutexed<ProtectedState>::Locked me(mProtectedState); in read() local
225 Mutexed<ProtectedState>::Locked &me, MediaBufferBase **buffer, const ReadOptions *options) { in doRead()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.cpp194 C2R C2SoftVpxEnc::IntfImpl::BitrateSetter(bool mayBlock, C2P<C2StreamBitrateInfo::output> &me) { in BitrateSetter()
205 C2P<C2StreamPictureSizeInfo::input>& me) { in SizeSetter()
220 C2P<C2StreamProfileLevelInfo::output>& me) { in ProfileLevelSetter()
232 C2P<C2StreamTemporalLayeringTuning::output>& me) { in LayeringSetter()
256 C2P<C2StreamColorAspectsInfo::input>& me) { in ColorAspectsSetter()
273 bool mayBlock, C2P<C2StreamColorAspectsInfo::output>& me, in CodedColorAspectsSetter()
DC2SoftVpxDec.cpp242 C2P<C2StreamPictureSizeInfo::output> &me) { in SizeSetter()
256 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, in MaxPictureSizeSetter()
265 static C2R MaxInputSizeSetter(bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input> &me, in MaxInputSizeSetter()
274 … static C2R DefaultColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsTuning::output> &me) { in DefaultColorAspectsSetter()
291 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter()
302 static C2R Hdr10PlusInfoInputSetter(bool mayBlock, C2P<C2StreamHdr10PlusInfo::input> &me) { in Hdr10PlusInfoInputSetter()
308 static C2R Hdr10PlusInfoOutputSetter(bool mayBlock, C2P<C2StreamHdr10PlusInfo::output> &me) { in Hdr10PlusInfoOutputSetter()
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp215 C2P<C2StreamPictureSizeInfo::output> &me) { in SizeSetter()
230 bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, in MaxPictureSizeSetter()
241 bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input> &me, in MaxInputSizeSetter()
251 bool mayBlock, C2P<C2StreamColorAspectsTuning::output> &me) { in DefaultColorAspectsSetter()
268 static C2R CodedColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsInfo::input> &me) { in CodedColorAspectsSetter()
285 static C2R ColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsInfo::output> &me, in ColorAspectsSetter()
300 bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter()
318 C2P<C2StreamHdr10PlusInfo::input> &me) { in Hdr10PlusInfoInputSetter()
325 C2P<C2StreamHdr10PlusInfo::output> &me) { in Hdr10PlusInfoOutputSetter()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp167 C2P<C2StreamPictureSizeInfo::output>& me) { in SizeSetter()
182 bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output>& me, in MaxPictureSizeSetter()
193 bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input>& me, in MaxInputSizeSetter()
201 … static C2R DefaultColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsTuning::output> &me) { in DefaultColorAspectsSetter()
218 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter()
229 static C2R Hdr10PlusInfoInputSetter(bool mayBlock, C2P<C2StreamHdr10PlusInfo::input> &me) { in Hdr10PlusInfoInputSetter()
235 static C2R Hdr10PlusInfoOutputSetter(bool mayBlock, C2P<C2StreamHdr10PlusInfo::output> &me) { in Hdr10PlusInfoOutputSetter()
/frameworks/base/tests/HandwritingIme/src/com/google/android/test/handwritingime/
DHandwritingIme.java46 void onStylusEvent(MotionEvent me); in onStylusEvent()
51 public void onStylusEvent(MotionEvent me) { in onStylusEvent()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcEnc.cpp265 C2P<C2PortActualDelayTuning::input> &me, in InputDelaySetter()
275 C2P<C2StreamBitrateInfo::output>& me) { in BitrateSetter()
286 C2P<C2StreamPictureSizeInfo::input>& me) { in SizeSetter()
302 C2P<C2StreamProfileLevelInfo::output> &me, in ProfileLevelSetter()
372 static C2R GopSetter(bool mayBlock, C2P<C2StreamGopTuning::output> &me) { in GopSetter()
455 static C2R ColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsInfo::input> &me) { in ColorAspectsSetter()
471 static C2R CodedColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsInfo::output> &me, in CodedColorAspectsSetter()
481 C2P<C2StreamPictureQuantizationTuning::output> &me) { in PictureQuantizationSetter()
DC2SoftHevcDec.cpp198 C2P<C2StreamPictureSizeInfo::output> &me) { in SizeSetter()
212 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, in MaxPictureSizeSetter()
221 static C2R MaxInputSizeSetter(bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input> &me, in MaxInputSizeSetter()
230 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter()
238 … static C2R DefaultColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsTuning::output> &me) { in DefaultColorAspectsSetter()
255 static C2R CodedColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsInfo::input> &me) { in CodedColorAspectsSetter()
272 static C2R ColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsInfo::output> &me, in ColorAspectsSetter()
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.cpp190 C2P<C2StreamPictureSizeInfo::output> &me) { in SizeSetter()
204 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, in MaxPictureSizeSetter()
213 static C2R MaxInputSizeSetter(bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input> &me, in MaxInputSizeSetter()
222 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter()
230 … static C2R DefaultColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsTuning::output> &me) { in DefaultColorAspectsSetter()
247 static C2R CodedColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsInfo::input> &me) { in CodedColorAspectsSetter()
264 static C2R ColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsInfo::output> &me, in ColorAspectsSetter()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp207 C2P<C2StreamPictureSizeInfo::output> &me) { in SizeSetter()
221 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, in MaxPictureSizeSetter()
230 static C2R MaxInputSizeSetter(bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input> &me, in MaxInputSizeSetter()
239 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter()
247 … static C2R DefaultColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsTuning::output> &me) { in DefaultColorAspectsSetter()
264 static C2R CodedColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsInfo::input> &me) { in CodedColorAspectsSetter()
281 static C2R ColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsInfo::output> &me, in ColorAspectsSetter()
DC2SoftAvcEnc.cpp257 C2P<C2PortActualDelayTuning::input> &me, in InputDelaySetter()
266 static C2R BitrateSetter(bool mayBlock, C2P<C2StreamBitrateInfo::output> &me) { in BitrateSetter()
277 C2P<C2StreamPictureSizeInfo::input> &me) { in SizeSetter()
293 C2P<C2StreamProfileLevelInfo::output> &me, in ProfileLevelSetter()
367 static C2R IntraRefreshSetter(bool mayBlock, C2P<C2StreamIntraRefreshTuning::output> &me) { in IntraRefreshSetter()
380 static C2R GopSetter(bool mayBlock, C2P<C2StreamGopTuning::output> &me) { in GopSetter()
393 C2P<C2StreamPictureQuantizationTuning::output> &me) { in PictureQuantizationSetter()
454 static C2R ColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsInfo::input> &me) { in ColorAspectsSetter()
471 static C2R CodedColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsInfo::output> &me, in CodedColorAspectsSetter()
/frameworks/av/media/codec2/hidl/services/
Dvendor.cpp142 static C2R SetIonUsage(bool /* mayBlock */, C2P<C2StoreIonUsageInfo> &me) { in SetIonUsage()
150 static C2R SetDmaBufUsage(bool /* mayBlock */, C2P<C2StoreDmaBufUsageInfo> &me) { in SetDmaBufUsage()
/frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/
DMultipartTest.java50 MultipartEntity me = new MultipartEntity(parts); in testParts() local
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp173 C2P<C2StreamPictureSizeInfo::output> &me) { in SizeSetter()
187 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, in MaxPictureSizeSetter()
196 static C2R MaxInputSizeSetter(bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input> &me, in MaxInputSizeSetter()
205 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter()
DC2SoftMpeg4Enc.cpp156 static C2R BitrateSetter(bool mayBlock, C2P<C2StreamBitrateInfo::output> &me) { in BitrateSetter()
166 C2P<C2StreamPictureSizeInfo::input> &me) { in SizeSetter()
182 C2P<C2StreamProfileLevelInfo::output> &me) { in ProfileLevelSetter()
/frameworks/av/cmds/stagefright/
Dmuxer.cpp38 static void usage(const char *me) { in usage()
229 const char *me = argv[0]; in main() local
Dcodec.cpp44 static void usage(const char *me) { in usage()
339 const char *me = argv[0]; in main() local
/frameworks/av/media/mtp/
DMtpDevHandle.cpp59 int MtpDevHandle::sendEvent(mtp_event me) { in sendEvent()
/frameworks/wilhelm/src/
Dlocks.cpp82 pthread_t me = pthread_self(); in object_lock_exclusive_() local
102 pthread_t me = pthread_self(); in object_lock_exclusive_() local
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DMouseUiController.java94 MotionEvent me = mei.next(); in injectMotionEventSequence() local
/frameworks/av/media/mtp/tests/MtpFuzzer/
DMtpMockHandle.h80 int sendEvent(mtp_event me) { in sendEvent()
/frameworks/base/core/java/android/os/
DLooper.java159 private static boolean loopOnce(final Looper me, in loopOnce()
261 final Looper me = myLooper(); in loop() local
/frameworks/compile/libbcc/lib/
DRSCompilerDriver.cpp94 bcinfo::MetadataExtractor me(&pScript.getSource().getModule()); in setupConfig() local
420 bcinfo::MetadataExtractor me(&module); in buildScriptGroup() local
/frameworks/av/media/codec2/components/base/
DSimpleC2Interface.cpp32 bool mayBlock, C2InterfaceHelper::C2P<C2SubscribedParamIndicesTuning> &me) { in SubscribedParamIndicesSetter()

123