Home
last modified time | relevance | path

Searched refs:vpx_codec_ctx_t (Results 1 – 8 of 8) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
Dgoldfish_vpx_defs.h40 struct vpx_codec_ctx_t { struct
57 int vpx_codec_destroy(vpx_codec_ctx_t *); argument
58 int vpx_codec_dec_init(vpx_codec_ctx_t *);
59 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *, int hostColorBufferId = -1);
60 int vpx_codec_flush(vpx_codec_ctx_t *ctx);
61 int vpx_codec_decode(vpx_codec_ctx_t *ctx, const uint8_t *data,
64 void vpx_codec_send_metadata(vpx_codec_ctx_t *ctx, void*ptr);
Dgoldfish_vpx_impl.cpp39 static void sendVpxOperation(vpx_codec_ctx_t *ctx, MediaOperation op) { in sendVpxOperation()
51 int vpx_codec_destroy(vpx_codec_ctx_t *ctx) { in vpx_codec_destroy()
65 int vpx_codec_dec_init(vpx_codec_ctx_t *ctx) { in vpx_codec_dec_init()
114 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx, int hostColorBufferId) { in vpx_codec_get_frame()
145 void vpx_codec_send_metadata(vpx_codec_ctx_t *ctx, void *ptr) { in vpx_codec_send_metadata()
156 int vpx_codec_flush(vpx_codec_ctx_t *ctx) { in vpx_codec_flush()
168 int vpx_codec_decode(vpx_codec_ctx_t *ctx, const uint8_t *data, in vpx_codec_decode()
DC2GoldfishVpxDec.h69 void setup_ctx_parameters(vpx_codec_ctx_t *ctx, int hostColorBufferId = -1);
75 vpx_codec_ctx_t *mCtx;
DC2GoldfishVpxDec.cpp607 mCtx = new vpx_codec_ctx_t; in checkContext()
876 void C2GoldfishVpxDec::setup_ctx_parameters(vpx_codec_ctx_t *ctx, in setup_ctx_parameters()
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/include/
Dgoldfish_vpx_defs.h40 struct vpx_codec_ctx_t { struct
57 int vpx_codec_destroy(vpx_codec_ctx_t*); argument
58 int vpx_codec_dec_init(vpx_codec_ctx_t*);
59 vpx_image_t* vpx_codec_get_frame(vpx_codec_ctx_t*, int hostColorBufferId = -1);
60 int vpx_codec_flush(vpx_codec_ctx_t *ctx);
61 int vpx_codec_decode(vpx_codec_ctx_t *ctx, const uint8_t *data,
DGoldfishVPX.h89 vpx_codec_ctx_t *mCtx;
104 void setup_ctx_parameters(vpx_codec_ctx_t*, int hostColorBufferId = -1);
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
Dgoldfish_vpx_impl.cpp39 static void sendVpxOperation(vpx_codec_ctx_t* ctx, MediaOperation op) { in sendVpxOperation()
51 int vpx_codec_destroy(vpx_codec_ctx_t* ctx) { in vpx_codec_destroy()
65 int vpx_codec_dec_init(vpx_codec_ctx_t* ctx) { in vpx_codec_dec_init()
113 vpx_image_t* vpx_codec_get_frame(vpx_codec_ctx_t* ctx, __attribute__((unused)) int hostColorBufferI… in vpx_codec_get_frame()
143 int vpx_codec_flush(vpx_codec_ctx_t* ctx) { in vpx_codec_flush()
155 int vpx_codec_decode(vpx_codec_ctx_t *ctx, in vpx_codec_decode()
DGoldfishVPX.cpp107 mCtx = new vpx_codec_ctx_t; in initDecoder()
134 void GoldfishVPX::setup_ctx_parameters(vpx_codec_ctx_t* ctx, in setup_ctx_parameters()