Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dviddec_h264_workload.c256 uint32_t i=0, n_items=0; in h264_parse_emit_4X4_scaling_matrix() local
309 for(n_items =0; n_items<2; n_items++) in h264_parse_emit_4X4_scaling_matrix()
311 wi.data.data_offset = i + (SPS_QM << 4) + (n_items <<8); in h264_parse_emit_4X4_scaling_matrix()
312 … wi.data.data_payload[0] = ((uint32_t)(pInfo->active_SPS.ScalingList4x4[i][n_items*8+0]))+ in h264_parse_emit_4X4_scaling_matrix()
313 … (((uint32_t)(pInfo->active_SPS.ScalingList4x4[i][n_items*8+1]))<<8)+ in h264_parse_emit_4X4_scaling_matrix()
314 … (((uint32_t)(pInfo->active_SPS.ScalingList4x4[i][n_items*8+2]))<<16)+ in h264_parse_emit_4X4_scaling_matrix()
315 … (((uint32_t)(pInfo->active_SPS.ScalingList4x4[i][n_items*8+3]))<<24); in h264_parse_emit_4X4_scaling_matrix()
316 … wi.data.data_payload[1] = ((uint32_t)(pInfo->active_SPS.ScalingList4x4[i][n_items*8+4]))+ in h264_parse_emit_4X4_scaling_matrix()
317 … (((uint32_t)(pInfo->active_SPS.ScalingList4x4[i][n_items*8+5]))<<8)+ in h264_parse_emit_4X4_scaling_matrix()
318 … (((uint32_t)(pInfo->active_SPS.ScalingList4x4[i][n_items*8+6]))<<16)+ in h264_parse_emit_4X4_scaling_matrix()
[all …]
/hardware/intel/common/libva/test/videoprocess/
Dvideoprocess.cpp265 size_t n_items; in upload_yv12_frame_to_yuv_surface() local
281 n_items = fread(newImageBuffer, frame_size, 1, fp); in upload_yv12_frame_to_yuv_surface()
282 } while (n_items != 1); in upload_yv12_frame_to_yuv_surface()
367 int32_t ret, n_items; in store_yuv_surface_to_yv12_frame() local
443 n_items = fwrite(newImageBuffer, y_size * 3 / 2, 1, fp); in store_yuv_surface_to_yv12_frame()
444 } while (n_items != 1); in store_yuv_surface_to_yv12_frame()
/hardware/intel/common/libva/test/encode/
Dmpeg2enc.c443 size_t n_items; in upload_yuv_to_surface() local
446 n_items = fread(ctx->frame_data_buffer, ctx->frame_size, 1, ctx->ifp); in upload_yuv_to_surface()
447 } while (n_items != 1); in upload_yuv_to_surface()
Dmpeg2vaenc.c443 size_t n_items; in upload_yuv_to_surface() local
446 n_items = fread(ctx->frame_data_buffer, ctx->frame_size, 1, ctx->ifp); in upload_yuv_to_surface()
447 } while (n_items != 1); in upload_yuv_to_surface()
Davcenc.c364 size_t n_items; in upload_yuv_to_surface() local
367 n_items = fread(newImageBuffer, frame_size, 1, yuv_fp); in upload_yuv_to_surface()
368 } while (n_items != 1); in upload_yuv_to_surface()
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp2167 size_t n_items; in upload_yuv_to_surface() local
2171 n_items = fread(newImageBuffer, frame_size, 1, yuv_fp); in upload_yuv_to_surface()
2173 } while (n_items != 1); in upload_yuv_to_surface()