Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_media_MediaProfiles.cpp184 int duration = sProfiles->getCamcorderProfileParamByName("duration", id, q); in android_media_MediaProfiles_native_get_camcorder_profile()
185 int fileFormat = sProfiles->getCamcorderProfileParamByName("file.format", id, q); in android_media_MediaProfiles_native_get_camcorder_profile()
186 int videoCodec = sProfiles->getCamcorderProfileParamByName("vid.codec", id, q); in android_media_MediaProfiles_native_get_camcorder_profile()
187 int videoBitRate = sProfiles->getCamcorderProfileParamByName("vid.bps", id, q); in android_media_MediaProfiles_native_get_camcorder_profile()
188 int videoFrameRate = sProfiles->getCamcorderProfileParamByName("vid.fps", id, q); in android_media_MediaProfiles_native_get_camcorder_profile()
189 int videoFrameWidth = sProfiles->getCamcorderProfileParamByName("vid.width", id, q); in android_media_MediaProfiles_native_get_camcorder_profile()
190 int videoFrameHeight = sProfiles->getCamcorderProfileParamByName("vid.height", id, q); in android_media_MediaProfiles_native_get_camcorder_profile()
191 int audioCodec = sProfiles->getCamcorderProfileParamByName("aud.codec", id, q); in android_media_MediaProfiles_native_get_camcorder_profile()
192 int audioBitRate = sProfiles->getCamcorderProfileParamByName("aud.bps", id, q); in android_media_MediaProfiles_native_get_camcorder_profile()
193 int audioSampleRate = sProfiles->getCamcorderProfileParamByName("aud.hz", id, q); in android_media_MediaProfiles_native_get_camcorder_profile()
[all …]
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp1111 mFrameRate = mEncoderProfiles->getCamcorderProfileParamByName( in clipVideoFrameRate()
1201 int64_t durationUs = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary()
1204 int fileFormat = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary()
1207 int videoCodec = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary()
1210 int videoBitRate = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary()
1213 int videoFrameRate = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary()
1216 int videoFrameWidth = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary()
1219 int videoFrameHeight = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary()
1222 int audioCodec = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary()
1225 int audioBitRate = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary()
[all …]
/frameworks/av/include/media/
DMediaProfiles.h115 int getCamcorderProfileParamByName(const char *name, int cameraId,
/frameworks/av/media/libmedia/
DMediaProfiles.cpp1122 int MediaProfiles::getCamcorderProfileParamByName(const char *name, in getCamcorderProfileParamByName() function in android::MediaProfiles