OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outputBufferFile
(Results
1 - 6
of
6
) sorted by null
/hardware/qcom/media/mm-video/vidc/vdec/inc/
decoder_driver_test.h
53
FILE *
outputBufferFile
;
/hardware/qcom/media/mm-video/vidc/venc/inc/
video_encoder_test.h
60
FILE *
outputBufferFile
;
/hardware/qcom/media/mm-video/vidc/vdec/test/
decoder_driver_test.c
91
decoder_context->
outputBufferFile
= NULL;
108
decoder_context->
outputBufferFile
= file_ptr;
153
decoder_context->
outputBufferFile
= NULL;
207
if (decoder_context->
outputBufferFile
!= NULL)
209
fclose (decoder_context->
outputBufferFile
);
893
if (decode_context->
outputBufferFile
!= NULL)
896
decode_context->
outputBufferFile
);
[
all
...]
omx_vdec_test.cpp
150
FILE *
outputBufferFile
;
523
pBuffer->nFilledLen,1,
outputBufferFile
);
[
all
...]
/hardware/qcom/media/mm-video/vidc/venc/test/
video_encoder_test.c
90
encoder_context->
outputBufferFile
= NULL;
114
encoder_context->
outputBufferFile
= file_ptr;
159
encoder_context->
outputBufferFile
= NULL;
216
if (encoder_context->
outputBufferFile
!= NULL)
218
fclose (encoder_context->
outputBufferFile
);
897
if (encoder_context->
outputBufferFile
!= NULL)
900
encoder_context->
outputBufferFile
);
/hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp
[
all
...]
Completed in 1560 milliseconds