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

  /external/opencore/pvmi/media_io/pvmio_comm_loopback/include/
pvmi_mio_comm_loopback_factory.h 50 iMediaFormat = PVMF_MIME_FORMAT_UNKNOWN;
56 iMediaFormat = aSettings.iMediaFormat;
62 PVMFFormatType iMediaFormat;
  /external/opencore/pvmi/media_io/pvmi_mio_fileinput/include/
pvmi_mio_fileinput_factory.h 46 iMediaFormat = PVMF_MIME_FORMAT_UNKNOWN;
59 iMediaFormat = aSettings.iMediaFormat;
75 iMediaFormat = PVMF_MIME_FORMAT_UNKNOWN;
87 PVMFFormatType iMediaFormat;
  /external/opencore/nodes/pvdummyinputnode/include/
pvmf_fileinput_settings.h 40 iMediaFormat = PVMF_MIME_FORMAT_UNKNOWN;
55 PVMFFormatType iMediaFormat;
  /external/opencore/nodes/pvmp4ffcomposernode/include/
pvmp4ffcn_settings.h 40 iMediaFormat = PVMF_MIME_FORMAT_UNKNOWN;
56 PVMFFormatType iMediaFormat;
  /external/opencore/pvmi/media_io/pvmi_mio_avi_wav_fileinput/include/
pvmi_mio_avi_wav_file_factory.h 49 iMediaFormat = PVMF_MIME_FORMAT_UNKNOWN;
68 iMediaFormat = aSettings.iMediaFormat;
90 PVMFFormatType iMediaFormat;
  /external/opencore/engines/author/test/src/single_core/
pvaetestinput.cpp 185 iSettings.iMediaFormat = PVMF_MIME_H2631998;
198 iSettings.iMediaFormat = PVMF_MIME_YUV420;
211 iSettings.iMediaFormat = PVMF_MIME_YUV420;
224 iSettings.iMediaFormat = PVMF_MIME_AMR_IETF;
236 iSettings.iMediaFormat = PVMF_MIME_AMRWB_IETF;
248 iSettings.iMediaFormat = PVMF_MIME_ADIF;
259 iSettings.iMediaFormat = PVMF_MIME_ADTS;
297 iSettings.iMediaFormat = PVMF_MIME_3GPP_TIMEDTEXT;
  /external/opencore/pvmi/media_io/pvmi_mio_fileinput/src/
pvmi_mio_fileinput.cpp 500 parameters[0].value.pChar_value = (char*)iSettings.iMediaFormat.getMIMEStrPtr();
550 if (iSettings.iMediaFormat.isAudio())
865 if (iSettings.iMediaFormat == PVMF_MIME_M4V ||
866 iSettings.iMediaFormat == PVMF_MIME_H2631998 ||
867 iSettings.iMediaFormat == PVMF_MIME_H2632000)
906 if (iSettings.iMediaFormat == PVMF_MIME_M4V)
975 else if (iSettings.iMediaFormat == PVMF_MIME_3GPP_TIMEDTEXT)
    [all...]
  /external/opencore/engines/2way/test/src/
test_engine.cpp 427 iCommSettings.iMediaFormat = PVMF_MIME_H223;
435 iAudioSourceFileSettings.iMediaFormat = PVMF_MIME_AMR_IF2;
443 iAudioSourceRawFileSettings.iMediaFormat = PVMF_MIME_PCM16;
451 iAudioSource2FileSettings.iMediaFormat = PVMF_MIME_AMR_IF2;
459 iAudioSource3FileSettings.iMediaFormat = PVMF_MIME_AMR_IETF;
483 iVideoSourceYUVFileSettings.iMediaFormat = PVMF_MIME_YUV420;
494 iVideoSourceH263FileSettings.iMediaFormat = PVMF_MIME_H2632000;
507 iVideoSourceM4VFileSettings.iMediaFormat = PVMF_MIME_M4V;
  /external/opencore/pvmi/media_io/pvmi_mio_avi_wav_fileinput/src/
pvmi_mio_avi_wav_file.cpp 494 aParameters[0].value.pChar_value = (char*)iSettings.iMediaFormat.getMIMEStrPtr();
582 if (iSettings.iMediaFormat.isAudio())
792 iSettings.iMediaFormat = PVMF_MIME_RGB12;
798 iSettings.iMediaFormat = PVMF_MIME_RGB24;
810 iSettings.iMediaFormat = PVMF_MIME_YUV420;
835 iSettings.iMediaFormat = PVMF_MIME_PCM8;
840 iSettings.iMediaFormat = PVMF_MIME_PCM16;
882 iSettings.iMediaFormat = PVMF_MIME_PCM16;
887 iSettings.iMediaFormat = PVMF_MIME_PCM8;
    [all...]
  /external/opencore/nodes/pvdummyinputnode/src/
pvmf_dummy_fileinput_node.cpp 149 iCapability.iOutputFormatCapability.push_back(aSettings->iMediaFormat);
    [all...]
pvmf_fileinput_port.cpp 136 parameters[0].value.pChar_value = (char*)node->iSettings.iMediaFormat.getMIMEStrPtr();
186 if ((node->iSettings.iMediaFormat).isAudio())
427 if (aKvp->value.pChar_value == node->iSettings.iMediaFormat.getMIMEStrPtr())
  /external/opencore/pvmi/media_io/pvmio_comm_loopback/src/
pvmi_mio_comm_loopback.cpp 508 parameters[0].value.pChar_value = OSCL_STATIC_CAST(mbchar*, iSettings.iMediaFormat.getMIMEStrPtr());
522 parameters[0].value.pChar_value = OSCL_STATIC_CAST(mbchar*, iSettings.iMediaFormat.getMIMEStrPtr());
675 iSettings.iMediaFormat = aSettings.iMediaFormat;
871 if (pv_mime_strcmp(iSettings.iMediaFormat.getMIMEStrPtr(), aKvp->value.pChar_value) == 0)
884 if (pv_mime_strcmp(iSettings.iMediaFormat.getMIMEStrPtr(), aKvp->value.pChar_value) == 0)
    [all...]

Completed in 1592 milliseconds