Home
last modified time | relevance | path

Searched refs:iVideoFormatString (Results 1 – 4 of 4) sorted by relevance

/external/opencore/android/
Dandroid_surface_output.cpp101 iVideoFormatString=""; in ResetData()
810 iVideoFormatString=aParameters[i].value.pChar_value; in setParametersSync()
811 iVideoFormat=iVideoFormatString.get_str(); in setParametersSync()
813 …droidSurfaceOutput::setParametersSync() Video Format Key, Value %s",iVideoFormatString.get_str())); in setParametersSync()
Dandroid_surface_output.h280 OSCL_HeapString<OsclMemAllocator> iVideoFormatString; variable
/external/opencore/pvmi/media_io/pvmiofileoutput/src/
Dpvmi_media_io_fileoutput.cpp256 iVideoFormatString = ""; in ResetData()
810 if (iVideoFormatString.get_size() > 0) in LogParameters()
812 len = oscl_snprintf(string, 128, "Video Format %s ", iVideoFormatString.get_str()); in LogParameters()
1665 iVideoFormatString = iVideoFormat.getMIMEStrPtr(); in setParametersSync()
1667 … "PVRefFileOutput::setParametersSync() Video Format Key, Value %s", iVideoFormatString.get_str())); in setParametersSync()
/external/opencore/pvmi/media_io/pvmiofileoutput/include/
Dpvmi_media_io_fileoutput.h388 OSCL_HeapString<OsclMemAllocator> iVideoFormatString; variable