Home
last modified time | relevance | path

Searched refs:clockVal (Results 1 – 7 of 7) sorted by relevance

/external/opencore/pvmi/pvmf/include/
Dpvmi_media_io_clock_extension.h81 virtual PVMFStatus SetClock(PVMFMediaClock *clockVal) = 0;
/external/opencore/pvmi/media_io/pvmiofileoutput/include/
Dpvmi_media_io_fileoutput.h139 OSCL_IMPORT_REF PVMFStatus SetClock(PVMFMediaClock *clockVal) ;
303 OSCL_IMPORT_REF PVMFStatus SetClock(PVMFMediaClock *clockVal) ;
/external/opencore/android/
Dandroid_audio_mio.cpp625 OSCL_EXPORT_REF PVMFStatus AndroidAudioMIOActiveTimingSupport::SetClock(PVMFMediaClock *clockVal) in SetClock() argument
628 iClock=clockVal; in SetClock()
Dandroid_audio_mio.h112 OSCL_IMPORT_REF PVMFStatus SetClock(PVMFMediaClock* clockVal);
/external/opencore/engines/adapters/player/framemetadatautility/src/
Dpv_frame_metadata_mio_audio.cpp942 PVMFStatus PVFMAudioMIOActiveTimingSupport::SetClock(PVMFMediaClock *clockVal) in SetClock() argument
944 iClock = clockVal; in SetClock()
Dpv_frame_metadata_mio_video.cpp1348 PVMFStatus PVFMVideoMIOActiveTimingSupport::SetClock(PVMFMediaClock *clockVal) in SetClock() argument
1350 iClock = clockVal; in SetClock()
/external/opencore/pvmi/media_io/pvmiofileoutput/src/
Dpvmi_media_io_fileoutput.cpp2041 OSCL_EXPORT_REF PVMFStatus PVRefFileOutput::SetClock(PVMFMediaClock *clockVal) in SetClock() argument
2043 iClock = clockVal; in SetClock()
2068 OSCL_EXPORT_REF PVMFStatus PVRefFileOutputActiveTimingSupport::SetClock(PVMFMediaClock *clockVal) in SetClock() argument
2070 iClock = clockVal; in SetClock()