HomeSort by relevance Sort by last modified time
    Searched defs:AMediaCodec (Results 26 - 34 of 34) sorted by null

12

  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/media/
NdkMediaCodec.h 41 struct AMediaCodec;
42 typedef struct AMediaCodec AMediaCodec;
66 AMediaCodec* AMediaCodec_createCodecByName(const char *name);
72 AMediaCodec* AMediaCodec_createDecoderByType(const char *mime_type);
77 AMediaCodec* AMediaCodec_createEncoderByType(const char *mime_type);
82 media_status_t AMediaCodec_delete(AMediaCodec*);
88 AMediaCodec*,
98 media_status_t AMediaCodec_start(AMediaCodec*);
103 media_status_t AMediaCodec_stop(AMediaCodec*);
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/media/
NdkMediaCodec.h 41 struct AMediaCodec;
42 typedef struct AMediaCodec AMediaCodec;
66 AMediaCodec* AMediaCodec_createCodecByName(const char *name);
72 AMediaCodec* AMediaCodec_createDecoderByType(const char *mime_type);
77 AMediaCodec* AMediaCodec_createEncoderByType(const char *mime_type);
82 media_status_t AMediaCodec_delete(AMediaCodec*);
88 AMediaCodec*,
98 media_status_t AMediaCodec_start(AMediaCodec*);
103 media_status_t AMediaCodec_stop(AMediaCodec*);
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/media/
NdkMediaCodec.h 41 struct AMediaCodec;
42 typedef struct AMediaCodec AMediaCodec;
66 AMediaCodec* AMediaCodec_createCodecByName(const char *name);
72 AMediaCodec* AMediaCodec_createDecoderByType(const char *mime_type);
77 AMediaCodec* AMediaCodec_createEncoderByType(const char *mime_type);
82 media_status_t AMediaCodec_delete(AMediaCodec*);
88 AMediaCodec*,
98 media_status_t AMediaCodec_start(AMediaCodec*);
103 media_status_t AMediaCodec_stop(AMediaCodec*);
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/media/
NdkMediaCodec.h 41 struct AMediaCodec;
42 typedef struct AMediaCodec AMediaCodec;
66 AMediaCodec* AMediaCodec_createCodecByName(const char *name);
72 AMediaCodec* AMediaCodec_createDecoderByType(const char *mime_type);
77 AMediaCodec* AMediaCodec_createEncoderByType(const char *mime_type);
82 media_status_t AMediaCodec_delete(AMediaCodec*);
88 AMediaCodec*,
98 media_status_t AMediaCodec_start(AMediaCodec*);
103 media_status_t AMediaCodec_stop(AMediaCodec*);
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/media/
NdkMediaCodec.h 41 struct AMediaCodec;
42 typedef struct AMediaCodec AMediaCodec;
66 AMediaCodec* AMediaCodec_createCodecByName(const char *name);
72 AMediaCodec* AMediaCodec_createDecoderByType(const char *mime_type);
77 AMediaCodec* AMediaCodec_createEncoderByType(const char *mime_type);
82 media_status_t AMediaCodec_delete(AMediaCodec*);
88 AMediaCodec*,
98 media_status_t AMediaCodec_start(AMediaCodec*);
103 media_status_t AMediaCodec_stop(AMediaCodec*);
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/media/
NdkMediaCodec.h 41 struct AMediaCodec;
42 typedef struct AMediaCodec AMediaCodec;
66 AMediaCodec* AMediaCodec_createCodecByName(const char *name);
72 AMediaCodec* AMediaCodec_createDecoderByType(const char *mime_type);
77 AMediaCodec* AMediaCodec_createEncoderByType(const char *mime_type);
82 media_status_t AMediaCodec_delete(AMediaCodec*);
88 AMediaCodec*,
98 media_status_t AMediaCodec_start(AMediaCodec*);
103 media_status_t AMediaCodec_stop(AMediaCodec*);
    [all...]
  /development/ndk/platforms/android-24/include/media/
NdkMediaCodec.h 41 struct AMediaCodec;
42 typedef struct AMediaCodec AMediaCodec;
66 AMediaCodec* AMediaCodec_createCodecByName(const char *name);
72 AMediaCodec* AMediaCodec_createDecoderByType(const char *mime_type);
77 AMediaCodec* AMediaCodec_createEncoderByType(const char *mime_type);
82 media_status_t AMediaCodec_delete(AMediaCodec*);
88 AMediaCodec*,
98 media_status_t AMediaCodec_start(AMediaCodec*);
103 media_status_t AMediaCodec_stop(AMediaCodec*);
    [all...]
  /frameworks/av/media/ndk/include/media/
NdkMediaCodec.h 45 struct AMediaCodec;
46 typedef struct AMediaCodec AMediaCodec;
70 AMediaCodec* AMediaCodec_createCodecByName(const char *name);
76 AMediaCodec* AMediaCodec_createDecoderByType(const char *mime_type);
81 AMediaCodec* AMediaCodec_createEncoderByType(const char *mime_type);
86 media_status_t AMediaCodec_delete(AMediaCodec*);
92 AMediaCodec*,
102 media_status_t AMediaCodec_start(AMediaCodec*);
107 media_status_t AMediaCodec_stop(AMediaCodec*);
    [all...]
  /frameworks/av/media/ndk/
NdkMediaCodec.cpp 74 AMediaCodec* mCodec;
76 explicit CodecHandler(AMediaCodec *codec);
80 typedef void (*OnCodecEvent)(AMediaCodec *codec, void *userdata);
82 struct AMediaCodec {
93 CodecHandler::CodecHandler(AMediaCodec *codec) {
152 static void requestActivityNotification(AMediaCodec *codec) {
158 static AMediaCodec * createAMediaCodec(const char *name, bool name_is_type, bool encoder) {
159 AMediaCodec *mData = new AMediaCodec();
190 AMediaCodec* AMediaCodec_createCodecByName(const char *name)
    [all...]

Completed in 84 milliseconds

12