Searched defs:frame_size (Results 1 - 25 of 36) sorted by relevance

12

/hardware/intel/img/psb_headers/DRM/cc54/inc/
H A Dpr_drm_api.h27 uint32_t frame_size; member in struct:drm_nalu_headers
H A Dwv_drm_api.h82 uint32_t frame_size; member in struct:drm_wv_nalu_headers
/hardware/intel/img/psb_video/src/
H A Dpnw_H263ES.c184 unsigned int frame_size; local
219 frame_size = ctx->sRCParams.BitsPerSecond / ctx->sRCParams.FrameRate;
245 ctx->sRCParams.InitialLevel += (frame_size / 2);
246 ctx->sRCParams.InitialLevel /= frame_size;
247 ctx->sRCParams.InitialLevel *= frame_size;
H A Dpnw_MPEG4ES.c193 unsigned frame_size; local
248 frame_size = ctx->sRCParams.BitsPerSecond / ctx->sRCParams.FrameRate;
259 ctx->sRCParams.InitialLevel += (frame_size / 2);
260 ctx->sRCParams.InitialLevel /= frame_size;
261 ctx->sRCParams.InitialLevel *= frame_size;
H A Dpnw_H264ES.c214 unsigned int frame_size; local
300 frame_size = ctx->sRCParams.BitsPerSecond / ctx->sRCParams.FrameRate;
314 ctx->sRCParams.InitialLevel += (frame_size / 2);
315 ctx->sRCParams.InitialLevel /= frame_size;
316 ctx->sRCParams.InitialLevel *= frame_size;
991 unsigned int frame_size; local
1133 frame_size = ctx->sRCParams.BitsPerSecond / ctx->sRCParams.FrameRate;
1134 if (frame_size == 0) {
1140 ctx->sRCParams.InitialLevel += (frame_size / 2);
1141 ctx->sRCParams.InitialLevel /= frame_size;
[all...]
/hardware/qcom/msm8994/kernel-headers/sound/
H A Dcompress_offload.h77 uint32_t frame_size; member in struct:snd_compr_audio_info
/hardware/qcom/msm8994/original-kernel-headers/sound/
H A Dcompress_offload.h127 * @frame_size: legth of the encoded frame with valid data
131 uint32_t frame_size; member in struct:snd_compr_audio_info
/hardware/qcom/msm8x09/kernel-headers/sound/
H A Dcompress_offload.h77 uint32_t frame_size; member in struct:snd_compr_audio_info
/hardware/qcom/msm8x09/original-kernel-headers/sound/
H A Dcompress_offload.h127 * @frame_size: legth of the encoded frame with valid data
131 uint32_t frame_size; member in struct:snd_compr_audio_info
/hardware/qcom/msm8x26/kernel-headers/sound/
H A Dcompress_offload.h77 uint32_t frame_size; member in struct:snd_compr_audio_info
/hardware/qcom/msm8x26/original-kernel-headers/sound/
H A Dcompress_offload.h127 * @frame_size: legth of the encoded frame with valid data
131 uint32_t frame_size; member in struct:snd_compr_audio_info
/hardware/qcom/msm8x84/kernel-headers/sound/
H A Dcompress_offload.h77 uint32_t frame_size; member in struct:snd_compr_audio_info
/hardware/qcom/msm8x84/original-kernel-headers/sound/
H A Dcompress_offload.h127 * @frame_size: legth of the encoded frame with valid data
131 uint32_t frame_size; member in struct:snd_compr_audio_info
/hardware/qcom/msm8996/kernel-headers/sound/
H A Dcompress_offload.h77 uint32_t frame_size; member in struct:snd_compr_audio_info
/hardware/qcom/msm8996/original-kernel-headers/sound/
H A Dcompress_offload.h127 * @frame_size: legth of the encoded frame with valid data
131 uint32_t frame_size; member in struct:snd_compr_audio_info
/hardware/qcom/msm8998/kernel-headers/sound/
H A Dcompress_offload.h77 __u32 frame_size; member in struct:snd_compr_audio_info
/hardware/qcom/msm8998/original-kernel-headers/sound/
H A Dcompress_offload.h127 * @frame_size: legth of the encoded frame with valid data
131 __u32 frame_size; member in struct:snd_compr_audio_info
/hardware/intel/common/utils/ISV/base/
H A Disv_worker.cpp1015 int frame_size; local
1036 frame_size = height * width * 3/2;
/hardware/intel/common/libva/test/videoprocess/
H A Dvideoprocess.cpp264 uint32_t frame_size, i, row, col; local
278 frame_size = surface_image.width * surface_image.height * 3 / 2;
279 newImageBuffer = (unsigned char*)malloc(frame_size);
281 n_items = fread(newImageBuffer, frame_size, 1, fp);
366 uint32_t frame_size, row, col; local
/hardware/intel/common/libmix/mix_audio/src/
H A Dintel_sst_ioctl.h71 __u16 frame_size; member in struct:snd_pcm_params
/hardware/intel/common/libva/test/encode/
H A Davcenc.c83 static int frame_size; variable
264 newImageBuffer = (unsigned char *)malloc(frame_size);
367 n_items = fread(newImageBuffer, frame_size, 1, yuv_fp);
1331 fseeko(yuv_fp, (off_t)frame_size * next_display_num, SEEK_SET);
1620 frame_size = picture_width * picture_height + ((picture_width * picture_height) >> 1) ;
1622 if ( (file_size < frame_size) || (file_size % frame_size) ) {
1627 frame_number = file_size / frame_size;
H A Dmpeg2enc.c108 int frame_size; member in struct:mpeg2enc_context
446 n_items = fread(ctx->frame_data_buffer, ctx->frame_size, 1, ctx->ifp);
609 ctx->frame_size = ctx->width * ctx->height * 3 / 2;
611 if ((file_size < ctx->frame_size) ||
612 (file_size % ctx->frame_size)) {
613 fprintf(stderr, "The input file size %ld isn't a multiple of the frame size %d\n", file_size, ctx->frame_size);
617 ctx->num_pictures = file_size / ctx->frame_size;
909 ctx->frame_data_buffer = (unsigned char *)malloc(ctx->frame_size);
917 ctx->codedbuf_i_size = ctx->frame_size;
1365 fseek(ctx->ifp, ctx->frame_size * next_display_orde
[all...]
H A Dmpeg2vaenc.c108 int frame_size; member in struct:mpeg2enc_context
446 n_items = fread(ctx->frame_data_buffer, ctx->frame_size, 1, ctx->ifp);
609 ctx->frame_size = ctx->width * ctx->height * 3 / 2;
611 if ((file_size < ctx->frame_size) ||
612 (file_size % ctx->frame_size)) {
613 fprintf(stderr, "The input file size %ld isn't a multiple of the frame size %d\n", file_size, ctx->frame_size);
617 ctx->num_pictures = file_size / ctx->frame_size;
909 ctx->frame_data_buffer = (unsigned char *)malloc(ctx->frame_size);
917 ctx->codedbuf_i_size = ctx->frame_size;
1381 fseek(ctx->ifp, ctx->frame_size * next_display_orde
[all...]
/hardware/intel/common/libva/test/transcode/
H A Dmpeg2transcode.cpp1946 static int frame_size = picture_width * picture_height + ((picture_width * picture_height) >> 1) ; variable
2108 newImageBuffer = (unsigned char *)malloc(frame_size);
2171 n_items = fread(newImageBuffer, frame_size, 1, yuv_fp);
2923 fseek(yuv_fp, frame_size * next_display_num, SEEK_SET);
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/inc/
H A Dmm_qcamera_app.h230 uint32_t frame_size; member in struct:__anon2377

Completed in 427 milliseconds

12