Home | History | Annotate | Download | only in media

Lines Matching full:atts

411     static output_format createEncoderOutputFileFormat(const char **atts);
412 static VideoCodec* createVideoCodec(const char **atts, MediaProfiles *profiles);
413 static AudioCodec* createAudioCodec(const char **atts, MediaProfiles *profiles);
414 static AudioDecoderCap* createAudioDecoderCap(const char **atts);
415 static VideoDecoderCap* createVideoDecoderCap(const char **atts);
416 static VideoEncoderCap* createVideoEncoderCap(const char **atts);
417 static AudioEncoderCap* createAudioEncoderCap(const char **atts);
419 const char **atts, MediaProfiles *profiles);
420 static ExportVideoProfile* createExportVideoProfile(const char **atts);
423 int cameraId, const char **atts, Vector<int>& cameraIds);
425 static int getCameraId(const char **atts);
427 void addStartTimeOffset(int cameraId, const char **atts);
430 void addImageEncodingQualityLevel(int cameraId, const char** atts);
433 static void startElementHandler(void *userData, const char *name, const char **atts);