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

  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
decoder_driver_test.h 54 FILE * outputBufferFile;
  /hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
video_encoder_test.h 60 FILE * outputBufferFile;
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
decoder_driver_test.h 53 FILE * outputBufferFile;
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
video_encoder_test.h 59 FILE * outputBufferFile;
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
decoder_driver_test.c 94 decoder_context->outputBufferFile = NULL;
106 decoder_context->outputBufferFile = file_ptr;
151 decoder_context->outputBufferFile = NULL;
205 if (decoder_context->outputBufferFile != NULL)
207 fclose (decoder_context->outputBufferFile);
901 if (decode_context->outputBufferFile != NULL)
904 decode_context->outputBufferFile);
    [all...]
omx_vdec_test.cpp 189 FILE * outputBufferFile;
728 pBuffer->nFilledLen,1,outputBufferFile);
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/test/
video_encoder_test.c 93 encoder_context->outputBufferFile = NULL;
112 encoder_context->outputBufferFile = file_ptr;
157 encoder_context->outputBufferFile = NULL;
214 if (encoder_context->outputBufferFile != NULL)
216 fclose (encoder_context->outputBufferFile);
895 if (encoder_context->outputBufferFile != NULL)
898 encoder_context->outputBufferFile);
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
decoder_driver_test.c 94 decoder_context->outputBufferFile = NULL;
107 decoder_context->outputBufferFile = file_ptr;
146 decoder_context->outputBufferFile = NULL;
196 if (decoder_context->outputBufferFile != NULL) {
197 fclose (decoder_context->outputBufferFile);
847 if (decode_context->outputBufferFile != NULL) {
849 decode_context->outputBufferFile);
    [all...]
omx_vdec_test.cpp 311 FILE * outputBufferFile;
865 bytes_written += fwrite_helper(frame_pos, crop_rect.nWidth, 1, outputBufferFile);
874 bytes_written += fwrite_helper(frame_pos, crop_rect.nWidth, 1, outputBufferFile)
    [all...]

Completed in 1225 milliseconds