Searched defs:getCodecInfo (Results 1 – 9 of 9) sorted by relevance
51 virtual sp<MediaCodecInfo> getCodecInfo(size_t index) const { in getCodecInfo() function
29 std::function<status_t(const AString &, sp<MediaCodecInfo> *)> getCodecInfo) { in CreateCodec()
174 std::function<status_t(const AString &, sp<MediaCodecInfo> *)> getCodecInfo = in SetupMediaCodec() local
50 const Info getCodecInfo(size_t index) const { in getCodecInfo() function in JavaMediaCodecListWrapper116 static JavaMediaCodecListWrapper::Info getCodecInfo(JNIEnv *env, jint index) { in getCodecInfo() function
1007 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
348 private static LoudnessCodecInfo getCodecInfo(@NonNull MediaCodec mediaCodec) { in getCodecInfo() method in LoudnessCodecController
6061 public MediaCodecInfo getCodecInfo() { in getCodecInfo() method
1516 std::function<status_t(const AString &, sp<MediaCodecInfo> *)> getCodecInfo) in MediaCodec()4011 status_t MediaCodec::getCodecInfo(sp<MediaCodecInfo> *codecInfo) const { in getCodecInfo() function in android::MediaCodec