HomeSort by relevance Sort by last modified time
    Searched defs:total_frames (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/media/cdm/ppapi/
ffmpeg_cdm_audio_decoder.cc 323 int total_frames = av_frame_->nb_samples; local
327 total_frames *= codec_context_->channels;
332 converter_bus_->set_frames(total_frames);
  /external/chromium_org/media/filters/
audio_renderer_impl_unittest.cc 308 int total_frames = frames_buffered(); local
316 const float kEpsilon = 0.20 * (total_frames / playback_rate);
317 EXPECT_NEAR(frames_filled, total_frames / playback_rate, kEpsilon);
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
decoder_driver_test.c 44 static int total_frames = 0; variable
209 DEBUG_PRINT ("\n Total Number of frames decoded %d",total_frames);
686 total_frames++;
860 total_frames++;
868 total_frames);
    [all...]
omx_vdec_test.cpp 3095 static unsigned long long int total_frames = 0; local
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/test/
video_encoder_test.c 44 static int total_frames = 0; variable
218 DEBUG_PRINT ("\n Total Number of frames decoded %d",total_frames);
684 enc_buffer.timestamp = total_frames *
709 total_frames++;
868 enc_buffer.timestamp = total_frames *
874 total_frames++;
882 total_frames);
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
decoder_driver_test.c 44 static int total_frames = 0; variable
200 DEBUG_PRINT ("\n Total Number of frames decoded %d",total_frames);
644 total_frames++;
805 total_frames++;
814 total_frames);
    [all...]
omx_vdec_test.cpp 3248 static unsigned long long int total_frames = 0; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
video_encoder_test.c 44 static int total_frames = 0; variable
208 DEBUG_PRINT ("\n Total Number of frames decoded %d",total_frames);
640 enc_buffer.timestamp = total_frames *
666 total_frames++;
814 enc_buffer.timestamp = total_frames *
820 total_frames++;
829 total_frames);
    [all...]
  /device/asus/flo/camera/
QCamera_Intf.h 788 uint32_t total_frames; member in struct:__anon1877
  /hardware/qcom/camera/
QCamera_Intf.h 788 uint32_t total_frames; member in struct:__anon33333
  /device/lge/mako/camera/
QCamera_Intf.h 811 uint32_t total_frames; member in struct:__anon2243
    [all...]

Completed in 302 milliseconds