Searched defs:frame_count (Results 1 - 25 of 32) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvideo_writer.c20 int frame_count; member in struct:VpxVideoWriterStruct
24 int frame_count) {
31 ivf_write_file_header(file, &cfg, info->codec_fourcc, frame_count);
47 writer->frame_count = 0;
63 write_header(writer->file, &writer->info, writer->frame_count);
77 ++writer->frame_count;
23 write_header(FILE *file, const VpxVideoInfo *info, int frame_count) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Dvp8cx_set_ref.c99 int frame_count = 0; local
164 if (frame_count + 1 == update_frame_num) {
172 encode_frame(&codec, &raw, frame_count++, writer);
178 printf("Processed %d frames.\n", frame_count);
H A Dset_maps.c158 int frame_count = 0; local
219 ++frame_count;
221 if (frame_count == 22 && encoder->fourcc == VP8_FOURCC) {
223 } else if (frame_count == 33) {
225 } else if (frame_count == 44) {
229 encode_frame(&codec, &raw, frame_count, writer);
234 printf("Processed %d frames.\n", frame_count);
H A Dsimple_encoder.c153 int frame_count = 0; local
235 if (keyframe_interval > 0 && frame_count % keyframe_interval == 0)
237 encode_frame(&codec, &raw, frame_count++, flags, writer);
243 printf("Processed %d frames.\n", frame_count);
H A Dtwopass_encoder.c184 int frame_count = 0; local
200 ++frame_count;
203 get_frame_stats(&codec, &raw, frame_count, 1, 0, VPX_DL_BEST_QUALITY,
206 encode_frame(&codec, &raw, frame_count, 1, 0, VPX_DL_BEST_QUALITY,
212 get_frame_stats(&codec, NULL, frame_count, 1, 0, VPX_DL_BEST_QUALITY,
219 printf("Pass %d complete. Processed %d frames.\n", pass + 1, frame_count);
/hardware/qcom/display/msm8996/sdm/libs/core/
H A Dresource_default.h86 uint64_t frame_count; member in struct:sdm::ResourceDefault::DisplayResourceContext
88 DisplayResourceContext() : hw_block_id(kHWBlockMax), frame_count(0) { }
H A Dresource_default.cpp301 uint64_t frame_count = display_resource_ctx->frame_count; local
303 DLOGV_IF(kTagResources, "Resource for hw_block = %d, frame_count = %d", hw_block_id, frame_count);
306 if ((frame_count == 0) && (hw_block_id == kHWPrimary)) {
314 display_resource_ctx->frame_count++;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Ddatarate_test.cc163 const int frame_count = 40; local
165 30, 1, 0, frame_count);
171 vpx_codec_pts_t last_drop = frame_count;
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_x11.h97 unsigned int frame_count; member in struct:_psb_x11_output_s
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dtemporal_filter.c225 int frame_count,
283 for (frame = 0; frame < frame_count; frame++)
222 vp8_temporal_filter_iterate_c( VP8_COMP *cpi, int frame_count, int alt_ref_index, int strength ) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c191 int frame_count,
252 for (frame = 0; frame < frame_count; frame++) {
190 temporal_filter_iterate_c(VP9_COMP *cpi, int frame_count, int alt_ref_index, int strength, struct scale_factors *scale) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_dx_iface.c316 int frames_this_pts, frame_count = 0; local
342 uint32_t this_sz = sizes[frame_count];
350 frame_count++;
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/inc/
H A Dmm_qcamera_app.h229 uint32_t frame_count; member in struct:__anon2611
/hardware/intel/common/libva/test/encode/
H A Dh264encode.c116 static unsigned int frame_count = 60; variable
764 frame_count = atoi(optarg);
874 if (frame_count == 0)
875 frame_count = srcyuv_frames;
1431 pic_param.last_picture = (current_frame_encoding == frame_count);
1938 if (++frame_coded >= frame_count)
1971 for (current_frame_encoding = 0; current_frame_encoding < frame_count; current_frame_encoding++) {
2064 frame_width, frame_height, frame_count);
2098 min_size = MIN(srcyuv_frames, frame_count) * frame_width * frame_height * 1.5;
2132 double psnr = 0, total_size = frame_width * frame_height * 1.5 * frame_count;
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp2988 const int frame_count = WriteFramesAll(); local
2989 if (frame_count < 0) // error
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h759 unsigned frame_count; member in class:omx_vdec
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h778 unsigned frame_count; member in class:omx_vdec
H A Domx_vdec.h877 unsigned frame_count; member in class:omx_vdec
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h772 unsigned frame_count; member in class:omx_vdec
H A Domx_vdec.h879 unsigned frame_count; member in class:omx_vdec
H A Domx_vdec_hevc_swvdec.h927 unsigned frame_count; member in class:omx_vdec
/hardware/intel/img/psb_video/src/
H A Dpsb_drv_video.h305 unsigned int frame_count; member in struct:psb_driver_data_s
464 uint32_t frame_count; member in struct:object_context_s
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
H A Dh264.h853 int32_t frame_count; // count of decoded frames member in struct:_h264_img_par
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dmsm_mdp.h667 uint32_t frame_count; member in struct:mdp_misr
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dmsm_mdp.h712 uint32_t frame_count; member in struct:mdp_misr

Completed in 641 milliseconds

12