Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_media_MediaProfiles.cpp182 int duration = sProfiles->getCamcorderProfileParamByName("duration", id, q); in android_media_MediaProfiles_native_get_camcorder_profile()
183 int fileFormat = sProfiles->getCamcorderProfileParamByName("file.format", id, q); in android_media_MediaProfiles_native_get_camcorder_profile()
184 int videoCodec = sProfiles->getCamcorderProfileParamByName("vid.codec", id, q); in android_media_MediaProfiles_native_get_camcorder_profile()
185 int videoBitRate = sProfiles->getCamcorderProfileParamByName("vid.bps", id, q); in android_media_MediaProfiles_native_get_camcorder_profile()
186 int videoFrameRate = sProfiles->getCamcorderProfileParamByName("vid.fps", id, q); in android_media_MediaProfiles_native_get_camcorder_profile()
187 int videoFrameWidth = sProfiles->getCamcorderProfileParamByName("vid.width", id, q); in android_media_MediaProfiles_native_get_camcorder_profile()
188 int videoFrameHeight = sProfiles->getCamcorderProfileParamByName("vid.height", id, q); in android_media_MediaProfiles_native_get_camcorder_profile()
189 int audioCodec = sProfiles->getCamcorderProfileParamByName("aud.codec", id, q); in android_media_MediaProfiles_native_get_camcorder_profile()
190 int audioBitRate = sProfiles->getCamcorderProfileParamByName("aud.bps", id, q); in android_media_MediaProfiles_native_get_camcorder_profile()
191 int audioSampleRate = sProfiles->getCamcorderProfileParamByName("aud.hz", id, q); in android_media_MediaProfiles_native_get_camcorder_profile()
[all …]
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp1128 int64_t durationUs = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary()
1131 int fileFormat = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary()
1134 int videoCodec = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary()
1137 int videoBitRate = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary()
1140 int videoFrameRate = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary()
1143 int videoFrameWidth = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary()
1146 int videoFrameHeight = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary()
1149 int audioCodec = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary()
1152 int audioBitRate = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary()
1155 int audioSampleRate = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary()
[all …]
/frameworks/av/include/media/
DMediaProfiles.h104 int getCamcorderProfileParamByName(const char *name, int cameraId,
/frameworks/av/media/libmedia/
DMediaProfiles.cpp1099 int MediaProfiles::getCamcorderProfileParamByName(const char *name, in getCamcorderProfileParamByName() function in android::MediaProfiles