Searched defs:getCodecInfo (Results 1 – 8 of 8) sorted by relevance
29 std::function<status_t(const AString &, sp<MediaCodecInfo> *)> getCodecInfo) { in CreateCodec()
171 std::function<status_t(const AString &, sp<MediaCodecInfo> *)> getCodecInfo = in SetupMediaCodec() local
51 virtual sp<MediaCodecInfo> getCodecInfo(size_t index) const { in getCodecInfo() function
50 const Info getCodecInfo(size_t index) const { in getCodecInfo() function in JavaMediaCodecListWrapper116 static JavaMediaCodecListWrapper::Info getCodecInfo(JNIEnv *env, jint index) { in getCodecInfo() function
886 status_t JMediaCodec::getCodecInfo(JNIEnv *env, jobject *codecInfoObject) const { in getCodecInfo() function in android::JMediaCodec
54 virtual sp<MediaCodecInfo> getCodecInfo(size_t index) const in getCodecInfo() function in android::BpMediaCodecList
800 std::function<status_t(const AString &, sp<MediaCodecInfo> *)> getCodecInfo) in MediaCodec()2904 status_t MediaCodec::getCodecInfo(sp<MediaCodecInfo> *codecInfo) const { in getCodecInfo() function in android::MediaCodec
5045 public MediaCodecInfo getCodecInfo() { in getCodecInfo() method