HomeSort by relevance Sort by last modified time
    Searched refs:OMXClient (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/include/media/stagefright/
OMXClient.h 25 class OMXClient {
27 OMXClient();
38 OMXClient(const OMXClient &) = delete;
39 OMXClient &operator=(const OMXClient &) = delete;
  /frameworks/av/media/libstagefright/
OMXClient.cpp 18 #define LOG_TAG "OMXClient"
28 #include <media/stagefright/OMXClient.h>
36 OMXClient::OMXClient() {
39 status_t OMXClient::connect() {
43 status_t OMXClient::connect(const char* name) {
62 void OMXClient::disconnect() {
66 sp<IOMX> OMXClient::interface() {
MediaCodec.cpp 57 #include <media/stagefright/OMXClient.h>
489 OMXClient client;
    [all...]
ACodec.cpp 41 #include <media/stagefright/OMXClient.h>
    [all...]

Completed in 99 milliseconds