Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_media_MediaProfiles.cpp187 int duration = sProfiles->getCamcorderProfileParamByName("duration", id, q); in android_media_MediaProfiles_native_get_camcorder_profile()
188 int fileFormat = sProfiles->getCamcorderProfileParamByName("file.format", id, q); in android_media_MediaProfiles_native_get_camcorder_profile()
189 int videoCodec = sProfiles->getCamcorderProfileParamByName("vid.codec", id, q); in android_media_MediaProfiles_native_get_camcorder_profile()
190 int videoBitRate = sProfiles->getCamcorderProfileParamByName("vid.bps", id, q); in android_media_MediaProfiles_native_get_camcorder_profile()
191 int videoFrameRate = sProfiles->getCamcorderProfileParamByName("vid.fps", id, q); in android_media_MediaProfiles_native_get_camcorder_profile()
192 int videoFrameWidth = sProfiles->getCamcorderProfileParamByName("vid.width", id, q); in android_media_MediaProfiles_native_get_camcorder_profile()
193 int videoFrameHeight = sProfiles->getCamcorderProfileParamByName("vid.height", id, q); in android_media_MediaProfiles_native_get_camcorder_profile()
194 int audioCodec = sProfiles->getCamcorderProfileParamByName("aud.codec", id, q); in android_media_MediaProfiles_native_get_camcorder_profile()
195 int audioBitRate = sProfiles->getCamcorderProfileParamByName("aud.bps", id, q); in android_media_MediaProfiles_native_get_camcorder_profile()
196 int audioSampleRate = sProfiles->getCamcorderProfileParamByName("aud.hz", id, q); in android_media_MediaProfiles_native_get_camcorder_profile()
[all …]
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp1161 mFrameRate = mEncoderProfiles->getCamcorderProfileParamByName( in clipVideoFrameRate()
1247 int64_t durationUs = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary()
1250 int fileFormat = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary()
1253 int videoCodec = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary()
1256 int videoBitRate = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary()
1259 int videoFrameRate = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary()
1262 int videoFrameWidth = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary()
1265 int videoFrameHeight = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary()
1268 int audioCodec = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary()
1271 int audioBitRate = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary()
[all …]
/frameworks/av/include/media/
DMediaProfiles.h97 int getCamcorderProfileParamByName(const char *name, int cameraId,
/frameworks/av/media/libmedia/
DMediaProfiles.cpp1001 int MediaProfiles::getCamcorderProfileParamByName(const char *name, in getCamcorderProfileParamByName() function in android::MediaProfiles