OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pinputfile
(Results
1 - 6
of
6
) sorted by null
/hardware/ti/omap4xxx/domx/test/sample_proxy/
test_sample_proxy.c
202
FILE *
pInputfile
;
223
FILE *
pInputfile
;
602
OMX_SAMPLE_BUFFER_SIZE, pContext->
pInputfile
);
616
pBufHeader->nAllocLen, pContext->
pInputfile
);
1015
pContext->
pInputfile
= fopen(INPUT_FILE, "rb");
1016
if (NULL == pContext->
pInputfile
)
1135
fclose(pContext->
pInputfile
);
1163
pContext->
pInputfile
= fopen(INPUT_FILE, "rb");
1164
if (NULL == pContext->
pInputfile
)
1184
ch1 = fgetc(pContext->
pInputfile
);
[
all
...]
/frameworks/compile/mclinker/lib/LD/
Archive.cpp
30
Archive::Archive(Input&
pInputFile
, InputBuilder& pBuilder)
31
: m_ArchiveFile(
pInputFile
),
/frameworks/compile/mclinker/include/mcld/LD/
Archive.h
132
Archive(Input&
pInputFile
, InputBuilder& pBuilder);
/frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp
[
all
...]
/frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h
397
M4OSA_Void*
pInputFile
; /**< Remember input file pointer between fast
/frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c
[
all
...]
Completed in 1156 milliseconds