HomeSort by relevance Sort by last modified time
    Searched refs:PVMFFormatType (Results 1 - 25 of 200) sorted by null

1 2 3 4 5 6 7 8

  /external/opencore/engines/player/include/
pv_player_datasourcepvmfnode.h 36 PVMFFormatType GetDataSourceFormatType()
56 void SetDataSourceFormatType(PVMFFormatType aFormatType)
66 bool SetAlternateSourceFormatType(PVMFFormatType aFormatType)
76 bool GetAlternateSourceFormatType(PVMFFormatType& aFormatType,
83 PVMFFormatType iFormatType;
pv_player_datasinkfilename.h 36 PVMFFormatType GetDataSinkFormatType()
51 void SetDataSinkFormatType(PVMFFormatType aFormatType)
62 PVMFFormatType iFormatType;
pv_player_datasinkpvmfnode.h 36 PVMFFormatType GetDataSinkFormatType()
51 void SetDataSinkFormatType(PVMFFormatType aFormatType)
62 PVMFFormatType iFormatType;
pv_player_datasource.h 83 virtual PVMFFormatType GetDataSourceFormatType() = 0;
118 virtual bool SetAlternateSourceFormatType(PVMFFormatType aFormatType) = 0;
138 virtual bool GetAlternateSourceFormatType(PVMFFormatType& aFormatType,
pv_player_datasink.h 79 virtual PVMFFormatType GetDataSinkFormatType() = 0;
pv_player_datasourceurl.h 48 PVMFFormatType GetDataSourceFormatType()
68 void SetDataSourceFormatType(PVMFFormatType aFormatType)
83 bool SetAlternateSourceFormatType(PVMFFormatType aFormatType)
99 bool GetAlternateSourceFormatType(PVMFFormatType& aFormatType,
111 PVMFFormatType iFormatType;
114 Oscl_Vector<PVMFFormatType, OsclMemAllocator> iAlternateFormatTypeVec;
  /external/opencore/engines/2way/test/include/
avi_test.h 30 PVMFFormatType audio_src_format = PVMF_MIME_PCM16,
31 PVMFFormatType audio_sink_format = PVMF_MIME_PCM16,
32 PVMFFormatType video_src_format = PVMF_MIME_YUV420,
33 PVMFFormatType video_sink_format = PVMF_MIME_YUV420)
69 PVMFFormatType iAudSrcFormatType, iAudSinkFormatType;
70 PVMFFormatType iVidSrcFormatType, iVidSinkFormatType;
av_test.h 27 av_test(PVMFFormatType audio_src_format = PVMF_MIME_AMR_IF2,
28 PVMFFormatType audio_sink_format = PVMF_MIME_AMR_IF2,
29 PVMFFormatType video_src_format = PVMF_MIME_YUV420,
30 PVMFFormatType video_sink_format = PVMF_MIME_YUV420,
audio_only_test.h 27 PVMFFormatType audio_src_format = PVMF_MIME_AMR_IF2,
28 PVMFFormatType audio_sink_format = PVMF_MIME_AMR_IF2)
test_base.h 30 test_base(PVMFFormatType aAudSrcFormatType,
31 PVMFFormatType aAudSinkFormatType,
32 PVMFFormatType aVidSrcFormatType,
33 PVMFFormatType aVidSinkFormatType,
128 PVMFFormatType iAudSrcFormatType, iAudSinkFormatType;
129 PVMFFormatType iVidSrcFormatType, iVidSinkFormatType;
video_only_test.h 28 video_only_test(PVMFFormatType video_src_format = PVMF_MIME_YUV420, PVMFFormatType video_sink_format = PVMF_MIME_YUV420, bool aUseProxy = false)
  /external/opencore/engines/2way/src/
pv_2way_dec_data_channel_datapath.h 30 PVMFFormatType aFormat,
41 PVMFFormatType aFormat,
pv_2way_mux_datapath.h 30 PVMFFormatType aFormat,
41 PVMFFormatType aFormat,
pv_2way_enc_data_channel_datapath.h 29 PVMFFormatType aFormat,
52 PVMFFormatType aFormat,
pv_2way_cmd_control_datapath.h 30 PVMFFormatType aFormat,
  /external/opencore/pvmi/pvmf/include/
pvmf_format_type.h 185 class PVMFFormatType
189 PVMFFormatType() : iCompressed(false), iMimeStr(PVMF_MIME_FORMAT_UNKNOWN)
192 PVMFFormatType(const char* mimeStrPtr, bool compressed = false)
199 PVMFFormatType(const char* mimeStrPtr, int32 mimeStrLen, bool compressed = false)
206 PVMFFormatType& operator=(const PVMFFormatType& rhs)
214 PVMFFormatType& operator=(const char* mimeStrPtr)
221 virtual ~PVMFFormatType() {};
224 c_bool operator==(const PVMFFormatType& rhs) const
229 bool operator!=(const PVMFFormatType& rhs) cons
    [all...]
  /external/opencore/engines/adapters/player/framemetadatautility/config/common/
pv_frame_metadata_mio_video_config.cpp 25 PVMFStatus PVFMVideoMIO::CreateYUVToRGBColorConverter(ColorConvertBase*& aCC, PVMFFormatType aRGBFormatType)
47 PVMFStatus PVFMVideoMIO::DestroyYUVToRGBColorConverter(ColorConvertBase*& aCC, PVMFFormatType aRGBFormatType)
  /external/opencore/codecs_v2/utilities/pv_config_parser/include/
pv_audio_config_parser.h 29 PVMFFormatType iMimeType;
pv_video_config_parser.h 29 PVMFFormatType iMimeType;
  /external/opencore/nodes/pvomxbasedecnode/include/
pvmf_omx_basedec_node_extension_interface.h 26 PVMFFormatType iMimeType;
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_video_config_parser.h 33 PVMFFormatType iMimeType;
  /external/opencore/pvmi/pvmf/src/
pvmf_format_type.cpp 29 OSCL_EXPORT_REF bool PVMFFormatType::isCompressed() const
54 OSCL_EXPORT_REF bool PVMFFormatType::isAudio() const
81 OSCL_EXPORT_REF bool PVMFFormatType::isVideo() const
112 OSCL_EXPORT_REF bool PVMFFormatType::isImage() const
125 OSCL_EXPORT_REF bool PVMFFormatType::isText() const
138 OSCL_EXPORT_REF bool PVMFFormatType::isFile() const
158 OSCL_EXPORT_REF bool PVMFFormatType::isRaw() const
165 OSCL_EXPORT_REF bool PVMFFormatType::isDataSource() const
181 OSCL_EXPORT_REF bool PVMFFormatType::isUserInput() const
  /external/opencore/nodes/pvprotocolenginenode/base/src/
pvmf_protocol_engine_node_registry_interface.h 77 PVMFFormatType iSourceType;
103 virtual bool CheckPluginAvailability(PVMFFormatType& aSourceFormat, OsclAny* aSourceData = NULL) = 0;
  /external/opencore/nodes/streaming/streamingmanager/plugins/common/include/
pvmf_sm_fsp_registry_interface.h 101 Oscl_Vector<PVMFFormatType, OsclMemAllocator> iSourceFormatTypes;
121 virtual PVMFStatus QueryRegistry(PVMFFormatType& aInputType, Oscl_Vector<PVUuid, OsclMemAllocator>& aUuids) = 0;
  /external/opencore/nodes/common/include/
pv_player_node_registry_interface.h 93 Oscl_Vector<PVMFFormatType, OsclMemAllocator> iInputTypes;
94 Oscl_Vector<PVMFFormatType, OsclMemAllocator> iOutputType;
113 virtual PVMFStatus QueryRegistry(PVMFFormatType& aInputType, PVMFFormatType& aOutputType, Oscl_Vector<PVUuid, OsclMemAllocator>& aUuids) = 0;

Completed in 69 milliseconds

1 2 3 4 5 6 7 8