Searched refs:frame_count (Results 1 - 25 of 53) sorted by relevance

123

/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 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 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 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/intel/img/psb_video/src/mrst/
H A Dlnc_H263ES.c205 if ((ctx->obj_context->frame_count != 0) &&
297 ctx->obj_context->frame_count,
378 ctx->obj_context->frame_count);
386 if ((ctx->obj_context->frame_count == 0) && (pBuffer->start_row_number == 0) && pBuffer->slice_flags.bits.is_intra)
402 ctx->obj_context->frame_count > 0,
411 ctx->obj_context->frame_count,
416 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Now frame_count/slice_count is %d/%d\n",
417 ctx->obj_context->frame_count, ctx->obj_context->slice_count);
H A Dlnc_H264ES.c225 ctx->obj_context->frame_count = 0;
231 if ((ctx->obj_context->frame_count != 0) &&
235 /* a new sequence and IDR need reset frame_count */
236 ctx->obj_context->frame_count = 0;
347 if ((ctx->obj_context->frame_count % ctx->sRCParams.IntraFreq) == 0) {
349 intra_cnt = ctx->obj_context->frame_count / ctx->sRCParams.IntraFreq;
362 if (ctx->obj_context->frame_count > 0)
365 ctx->obj_context->frame_count = 0;
370 if (!ctx->obj_context->frame_count) {
484 if (ctx->force_idr_h264 || (ctx->obj_context->frame_count
[all...]
H A Dlnc_MPEG4ES.c214 if ((ctx->obj_context->frame_count != 0) &&
372 if ((ctx->obj_context->frame_count == 0) && (pBuffer->start_row_number == 0) && pBuffer->slice_flags.bits.is_intra)
388 ctx->obj_context->frame_count > 0,
396 ctx->obj_context->frame_count,
401 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Now frame_count/slice_count is %d/%d\n",
402 ctx->obj_context->frame_count, ctx->obj_context->slice_count);
H A Dlnc_hostcode.c225 if (ctx->obj_context->frame_count == 0) { /* first picture */
234 lnc_cmdbuf_insert_command(cmdbuf, MTX_CMDID_START_PIC, 3, ctx->obj_context->frame_count);
288 if (ctx->obj_context->frame_count == 0)
404 if (ctx->obj_context->frame_count > 0) { /* reuse in_params parameter */
525 ctx->obj_context->frame_count,
528 (ctx->obj_context->frame_count == 0),
639 if (ctx->obj_context->frame_count == 0)
/hardware/intel/img/psb_video/src/
H A Dpnw_H263ES.c232 && ((ctx->obj_context->frame_count + 1) % ctx->sRCParams.IntraFreq) != 0
320 ctx->obj_context->frame_count,
400 ctx->obj_context->frame_count);
433 ctx->obj_context->frame_count > 0,
442 ctx->obj_context->frame_count,
446 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Now frame_count/slice_count is %d/%d\n",
447 ctx->obj_context->frame_count, ctx->obj_context->slice_count);
H A Dpnw_H264ES.c228 ctx->obj_context->frame_count = 0;
288 && ((ctx->obj_context->frame_count + 1) % ctx->sRCParams.IntraFreq) != 0
504 if (ctx->obj_context->frame_count == 0) {
511 ui32cpb_removal_delay = 2 * ctx->obj_context->frame_count;
627 if ((ctx->obj_context->frame_count % ctx->sRCParams.IntraFreq) == 0) {
629 intra_cnt = ctx->obj_context->frame_count / ctx->sRCParams.IntraFreq;
642 if (ctx->obj_context->frame_count > 0)
645 ctx->obj_context->frame_count = 0;
654 if (!(ctx->obj_context->frame_count)) {
742 if (ctx->force_idr_h264 || (ctx->obj_context->frame_count
[all...]
H A Dpnw_MPEG4ES.c234 && ((ctx->obj_context->frame_count + 1) % ctx->sRCParams.IntraFreq) != 0
443 ctx->obj_context->frame_count > 0,
451 ctx->obj_context->frame_count,
455 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Now frame_count/slice_count is %d/%d\n",
456 ctx->obj_context->frame_count, ctx->obj_context->slice_count);
H A Dvsp_compose.c79 if (ctx->obj_context->frame_count == 0)
197 if (obj_context->frame_count == 0) {
H A Dpnw_jpeg.c260 drv_debug_msg(VIDEO_DEBUG_GENERAL, "pnw_jpeg_BeginPicture: Frame %d\n", ctx->obj_context->frame_count);
297 if (ctx->obj_context->frame_count == 0) { /* first picture */
618 ctx->obj_context->frame_count++;
H A Dpsb_drv_video.h283 unsigned int frame_count; member in struct:psb_driver_data_s
442 uint32_t frame_count; member in struct:object_context_s
H A Dpsb_drv_video.c1340 obj_context->frame_count = 0;
1566 obj_buffer->last_used = obj_context->frame_count;
1731 * - used recently is defined as within the current frame_count (subject to tweaks)
1752 } else if ((obj_buffer->last_used == obj_context->frame_count) && (unused_count < MAX_UNUSED_BUFFERS)) {
1756 } else if (obj_context->frame_count - obj_buffer->last_used < 5) {
2185 render_target, obj_context->frame_count);
2186 psb__trace_message("------Trace frame %d------\n", obj_context->frame_count);
2272 drv_debug_msg(VIDEO_DEBUG_GENERAL, "---EndPicture for frame %d --\n", obj_context->frame_count);
2275 obj_context->frame_count++;
2277 psb__trace_message("FrameCount = %03d\n", obj_context->frame_count);
[all...]
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_x11.h97 unsigned int frame_count; member in struct:_psb_x11_output_s
H A Dpsb_x11.c292 output->frame_count = 0;
537 driver_data->frame_count++;
H A Dpsb_coverlay.c541 if (output->frame_count % 500 == 0 || driver_data->xrandr_update) {
551 if (output->frame_count == 500)
552 output->frame_count = 0;
918 if (output->frame_count % 500 == 0 || driver_data->xrandr_update) {
1296 output->frame_count++;
/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/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/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/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/img/psb_video/src/android/
H A Dpsb_output_android.c304 if ((driver_data->frame_count % driver_data->outputmethod_checkinterval) != 0) {
538 driver_data->frame_count++;

Completed in 411 milliseconds

123