Searched refs:dstType (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/drm/libmediadrm/
H A DMediaCasDefs.cpp62 status_t err = parcel->readInt32((int32_t*)&dstType);
66 if (dstType != kDestinationTypeNativeHandle
67 && dstType != kDestinationTypeVmPointer) {
111 if (dstType == kDestinationTypeNativeHandle) {
127 if (dstType != kDestinationTypeNativeHandle
128 && dstType != kDestinationTypeVmPointer) {
132 status_t err = parcel->writeInt32((int32_t)dstType);
168 if (dstType == kDestinationTypeNativeHandle) {
H A DDescramblerImpl.cpp82 info.dstType != DescrambleInfo::kDestinationTypeVmPointer,
88 info.dstType == DescrambleInfo::kDestinationTypeVmPointer ?
/frameworks/av/include/media/
H A Dconvert.h47 * @tparam dstType destination type
53 template <typename srcType, typename dstType>
54 static inline bool convertTo(const srcType &input, dstType &result);
160 template <typename srcType, typename dstType>
163 template <typename dstType>
164 class Converter<std::string, dstType>
167 static inline bool run(const std::string &str, dstType &result)
169 return fromString<dstType>(str, result);
213 template <typename srcType, typename dstType>
214 static inline bool convertTo(const srcType &input, dstType
[all...]
H A DMediaCasDefs.h73 DestinationType dstType; member in class:android::media::MediaDescrambler::DescrambleInfo
/frameworks/av/media/libmedia/include/media/
H A Dconvert.h47 * @tparam dstType destination type
53 template <typename srcType, typename dstType>
54 static inline bool convertTo(const srcType &input, dstType &result);
160 template <typename srcType, typename dstType>
163 template <typename dstType>
164 class Converter<std::string, dstType>
167 static inline bool run(const std::string &str, dstType &result)
169 return fromString<dstType>(str, result);
213 template <typename srcType, typename dstType>
214 static inline bool convertTo(const srcType &input, dstType
[all...]
/frameworks/av/media/libstagefright/
H A DACodecBufferChannel.cpp143 descrambleInfo.dstType = destination.mType ==
/frameworks/base/media/jni/
H A Dandroid_media_MediaDescrambler.cpp149 info.dstType = DescrambleInfo::kDestinationTypeVmPointer;
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp1372 info.dstType = DescrambleInfo::kDestinationTypeVmPointer;

Completed in 5699 milliseconds