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

  /external/opencore/android/author/
authordriver.cpp 37 mAuthorDriver = new AuthorDriver();
43 mAuthorDriver->enqueueCommand(new author_command(AUTHOR_RESET), NULL, NULL);
44 mAuthorDriver->enqueueCommand(new author_command(AUTHOR_REMOVE_VIDEO_SOURCE), NULL, NULL);
45 mAuthorDriver->enqueueCommand(new author_command(AUTHOR_REMOVE_AUDIO_SOURCE), NULL, NULL);
46 mAuthorDriver->enqueueCommand(new author_command(AUTHOR_CLOSE), NULL, NULL);
52 if (mAuthorDriver) {
54 PVAEState state = mAuthorDriver->getAuthorEngineState();
61 mAuthorDriver->enqueueCommand(new author_command(AUTHOR_STOP), NULL, NULL);
79 if (mAuthorDriver) {
80 return mAuthorDriver->getMaxAmplitude(max)
    [all...]
authordriver.h 401 AuthorDriver *mAuthorDriver;

Completed in 19 milliseconds