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

  /external/opencore/android/author/
authordriver.h 147 struct author_command struct in namespace:android
149 author_command(author_command_type which) { function in struct:android::author_command
153 virtual ~author_command() {}
160 struct set_audio_source_command : author_command
162 set_audio_source_command() : author_command(AUTHOR_SET_AUDIO_SOURCE) {};
166 struct set_video_source_command : author_command
168 set_video_source_command() : author_command(AUTHOR_SET_VIDEO_SOURCE) {};
172 struct set_output_format_command : author_command
174 set_output_format_command() : author_command(AUTHOR_SET_OUTPUT_FORMAT) {};
178 struct set_audio_encoder_command : author_command
    [all...]
PVMediaRecorder.cpp 47 author_command *ac = new author_command(AUTHOR_INIT);
273 author_command *ac = new author_command(AUTHOR_PREPARE);
289 author_command *ac = new author_command(AUTHOR_START);
323 author_command *ac = new author_command(AUTHOR_STOP);
339 author_command *ac = new author_command(AUTHOR_RESET)
    [all...]