HomeSort by relevance Sort by last modified time
    Searched refs:getCamcorderProfileParamByName (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/jni/
android_media_MediaProfiles.cpp 182 int duration = sProfiles->getCamcorderProfileParamByName("duration", id, q);
183 int fileFormat = sProfiles->getCamcorderProfileParamByName("file.format", id, q);
184 int videoCodec = sProfiles->getCamcorderProfileParamByName("vid.codec", id, q);
185 int videoBitRate = sProfiles->getCamcorderProfileParamByName("vid.bps", id, q);
186 int videoFrameRate = sProfiles->getCamcorderProfileParamByName("vid.fps", id, q);
187 int videoFrameWidth = sProfiles->getCamcorderProfileParamByName("vid.width", id, q);
188 int videoFrameHeight = sProfiles->getCamcorderProfileParamByName("vid.height", id, q);
189 int audioCodec = sProfiles->getCamcorderProfileParamByName("aud.codec", id, q);
190 int audioBitRate = sProfiles->getCamcorderProfileParamByName("aud.bps", id, q);
191 int audioSampleRate = sProfiles->getCamcorderProfileParamByName("aud.hz", id, q)
    [all...]
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp     [all...]
  /frameworks/av/include/media/
MediaProfiles.h 104 int getCamcorderProfileParamByName(const char *name, int cameraId,
  /frameworks/av/media/libmedia/
MediaProfiles.cpp     [all...]

Completed in 285 milliseconds