OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:videoFd
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp
90
int
videoFd
= -1;
864
videoFd
= -1;
913
videoFd
= open(videoFile, O_CREAT | O_RDWR);
915
if(
videoFd
< 0){
921
if ( recorder->setOutputFile(
videoFd
, 0, 0) < 0 ) {
1008
if ( 0 <
videoFd
) {
1009
close(
videoFd
);
[
all
...]
/hardware/ti/omap4-aah/test/CameraHal/
camera_test_menu.cpp
116
int
videoFd
= -1;
1017
videoFd
= -1;
1066
videoFd
= open(videoFile, O_CREAT | O_RDWR);
1068
if(
videoFd
< 0){
1074
if ( recorder->setOutputFile(
videoFd
, 0, 0) < 0 ) {
1154
if ( 0 <
videoFd
) {
1155
close(
videoFd
);
[
all
...]
Completed in 51 milliseconds