Lines Matching +defs:mode +defs:name
160 static CryptoPlugin::Mode translateToCryptoPluginMode(cryptoinfo_mode_t mode) { in translateToCryptoPluginMode()
185 static cryptoinfo_mode_t translateToCryptoInfoMode(CryptoPlugin::Mode mode) { in translateToCryptoInfoMode()
410 bool AMediaFormatWrapper::getInt32(const char *name, int32_t *out) const { in getInt32() argument
417 bool AMediaFormatWrapper::getInt64(const char *name, int64_t *out) const { in getInt64() argument
424 bool AMediaFormatWrapper::getFloat(const char *name, float *out) const { in getFloat() argument
431 bool AMediaFormatWrapper::getDouble(const char *name, double *out) const { in getDouble() argument
438 bool AMediaFormatWrapper::getSize(const char *name, size_t *out) const { in getSize() argument
446 const char *name, int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) const { in getRect() argument
453 bool AMediaFormatWrapper::getBuffer(const char *name, void** data, size_t *outSize) const { in getBuffer() argument
460 bool AMediaFormatWrapper::getString(const char *name, AString *out) const { in getString() argument
472 void AMediaFormatWrapper::setInt32(const char* name, int32_t value) { in setInt32()
478 void AMediaFormatWrapper::setInt64(const char* name, int64_t value) { in setInt64()
484 void AMediaFormatWrapper::setFloat(const char* name, float value) { in setFloat()
490 void AMediaFormatWrapper::setDouble(const char* name, double value) { in setDouble()
496 void AMediaFormatWrapper::setSize(const char* name, size_t value) { in setSize()
503 const char* name, int32_t left, int32_t top, int32_t right, int32_t bottom) { in setRect()
509 void AMediaFormatWrapper::setString(const char* name, const AString &value) { in setString()
515 void AMediaFormatWrapper::setBuffer(const char* name, void* data, size_t size) { in setBuffer()
670 int32_t mode; in Create() local
688 CryptoPlugin::Mode mode, in AMediaCodecCryptoInfoWrapper()
793 sp<AMediaCodecWrapper> AMediaCodecWrapper::CreateCodecByName(const AString &name) { in CreateCodecByName()
895 char *name = NULL; in getName() local
1222 status_t AMediaExtractorWrapper::seekTo(int64_t seekPosUs, MediaSource::ReadOptions::SeekMode mode)… in seekTo()