Home
last modified time | relevance | path

Searched refs:total_frames (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
Dvideo_encoder_test.c44 static int total_frames = 0; variable
218 DEBUG_PRINT ("\n Total Number of frames decoded %d",total_frames); in main()
684 enc_buffer.timestamp = total_frames * in start_encoding()
709 total_frames++; in start_encoding()
868 enc_buffer.timestamp = total_frames * in video_thread()
874 total_frames++; in video_thread()
882 total_frames); in video_thread()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
Ddecoder_driver_test.c44 static int total_frames = 0; variable
209 DEBUG_PRINT ("\n Total Number of frames decoded %d",total_frames); in main()
686 total_frames++; in start_decoding()
860 total_frames++; in video_thread()
868 total_frames); in video_thread()
1149 if (total_frames == 0) in read_frame()
Domx_vdec_test.cpp3091 static unsigned long long int total_frames = 0; in Read_Buffer_From_DivX_4_5_6_File() local
3130 total_frames += b_frm_idx; in Read_Buffer_From_DivX_4_5_6_File()
3140 total_frames += pckd_frms - 1; in Read_Buffer_From_DivX_4_5_6_File()
3147 total_frames += pckt_end_idx; in Read_Buffer_From_DivX_4_5_6_File()
3180 total_frames += pckd_frms; in Read_Buffer_From_DivX_4_5_6_File()
3203 total_bytes, total_frames); in Read_Buffer_From_DivX_4_5_6_File()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
Ddecoder_driver_test.c44 static int total_frames = 0; variable
200 DEBUG_PRINT ("\n Total Number of frames decoded %d",total_frames); in main()
644 total_frames++; in start_decoding()
805 total_frames++; in video_thread()
814 total_frames); in video_thread()
1078 if (total_frames == 0) { in read_frame()
Domx_vdec_test.cpp3380 static unsigned long long int total_frames = 0; in Read_Buffer_From_DivX_4_5_6_File() local
3426 total_frames += b_frm_idx; in Read_Buffer_From_DivX_4_5_6_File()
3436 total_frames += pckd_frms - 1; in Read_Buffer_From_DivX_4_5_6_File()
3443 total_frames += pckt_end_idx; in Read_Buffer_From_DivX_4_5_6_File()
3475 total_frames += pckd_frms; in Read_Buffer_From_DivX_4_5_6_File()
3496 total_bytes, total_frames); in Read_Buffer_From_DivX_4_5_6_File()
/hardware/qcom/camera/msm8998/
DQCamera_Intf.h788 uint32_t total_frames; member