OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCameraIds
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libmedia/
MediaProfiles.cpp
449
createCamcorderProfile(profiles->mCurrentCameraId, atts, profiles->
mCameraIds
));
488
for (size_t i = 0, n =
mCameraIds
.size(); i < n; ++i) {
489
if (
mCameraIds
[i] == cameraId) {
501
initRequiredProfileRefs(
mCameraIds
);
564
for (size_t cameraId = 0; cameraId <
mCameraIds
.size(); ++cameraId) {
796
profiles->
mCameraIds
.push(0);
[
all
...]
/frameworks/av/include/media/
MediaProfiles.h
511
Vector<int>
mCameraIds
;
Completed in 18 milliseconds