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

  /external/opencore/android/author/
authordriver.cpp 103 mVideoInputMIO(NULL),
319 if (mVideoInputMIO != NULL) {
343 mVideoInputMIO = cameraInput;
584 if (mVideoInputMIO) {
589 ((AndroidCameraInput *)mVideoInputMIO)->SetFrameRate(mVideoFrameRate);
598 ((AndroidCameraInput *)mVideoInputMIO)->SetFrameSize(mVideoWidth, mVideoHeight);
607 if (mVideoInputMIO == NULL) {
620 if (mVideoInputMIO == NULL) {
639 if (mVideoInputMIO == NULL) {
645 ((AndroidCameraInput *)mVideoInputMIO)->SetPreviewSurface(ac->surface)
    [all...]
authordriver.h 348 PvmiMIOControl *mVideoInputMIO;

Completed in 45 milliseconds