Searched refs:getCamcorderProfileParamByName (Results 1 - 4 of 4) sorted by path

/frameworks/av/include/media/
H A DMediaProfiles.h97 int getCamcorderProfileParamByName(const char *name, int cameraId,
/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp1002 int MediaProfiles::getCamcorderProfileParamByName(const char *name, function in class:android::MediaProfiles
1006 ALOGV("getCamcorderProfileParamByName: %s for camera %d, quality %d",
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1168 mFrameRate = mEncoderProfiles->getCamcorderProfileParamByName(
1242 int64_t durationUs = mEncoderProfiles->getCamcorderProfileParamByName(
1245 int fileFormat = mEncoderProfiles->getCamcorderProfileParamByName(
1248 int videoCodec = mEncoderProfiles->getCamcorderProfileParamByName(
1251 int videoBitRate = mEncoderProfiles->getCamcorderProfileParamByName(
1254 int videoFrameRate = mEncoderProfiles->getCamcorderProfileParamByName(
1257 int videoFrameWidth = mEncoderProfiles->getCamcorderProfileParamByName(
1260 int videoFrameHeight = mEncoderProfiles->getCamcorderProfileParamByName(
1263 int audioCodec = mEncoderProfiles->getCamcorderProfileParamByName(
1266 int audioBitRate = mEncoderProfiles->getCamcorderProfileParamByName(
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaProfiles.cpp187 int duration = sProfiles->getCamcorderProfileParamByName("duration", id, q);
188 int fileFormat = sProfiles->getCamcorderProfileParamByName("file.format", id, q);
189 int videoCodec = sProfiles->getCamcorderProfileParamByName("vid.codec", id, q);
190 int videoBitRate = sProfiles->getCamcorderProfileParamByName("vid.bps", id, q);
191 int videoFrameRate = sProfiles->getCamcorderProfileParamByName("vid.fps", id, q);
192 int videoFrameWidth = sProfiles->getCamcorderProfileParamByName("vid.width", id, q);
193 int videoFrameHeight = sProfiles->getCamcorderProfileParamByName("vid.height", id, q);
194 int audioCodec = sProfiles->getCamcorderProfileParamByName("aud.codec", id, q);
195 int audioBitRate = sProfiles->getCamcorderProfileParamByName("aud.bps", id, q);
196 int audioSampleRate = sProfiles->getCamcorderProfileParamByName("au
[all...]

Completed in 929 milliseconds