/hardware/intel/img/psb_headers/DRM/cc54/inc/ |
H A D | pr_drm_api.h | 27 uint32_t frame_size; member in struct:drm_nalu_headers
|
H A D | wv_drm_api.h | 82 uint32_t frame_size; member in struct:drm_wv_nalu_headers
|
/hardware/libhardware/modules/camera/3_4/ |
H A D | format_metadata_factory.cpp | 118 for (const auto& frame_size : frame_sizes) { 122 frame_size[0], 123 frame_size[1], 129 v4l2_format, frame_size, &duration_range); 135 frame_size[0], 136 frame_size[1]); 142 frame_size[0], 143 frame_size[1], 154 {{hal_format, frame_size[0], frame_size[ [all...] |
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/ |
H A D | OMXVideoDecoderAVCSecure.cpp | 292 nalu_headers.frame_size = buffer->nFilledLen; 294 nalu_headers.frame_size = (nalu_headers.frame_size + 0xF) & (~0xF); 297 if((nalu_headers.frame_size + NALU_HEADER_LENGTH) > INPORT_BUFFER_SIZE){ 302 nalu_headers.p_hdrs_buf = (uint8_t *)(dataBuffer->data + nalu_headers.frame_size + 4); 312 ALOGE("Drm_WV_ReturnNALUHeaders failed. Error = %#x, frame_size: %d, len = %u", res, nalu_headers.frame_size, buffer->nFilledLen); 325 uint32_t *ptr = (uint32_t*)(dataBuffer->data + nalu_headers.frame_size); 328 p->size = nalu_headers.frame_size; 394 nalu_headers.frame_size [all...] |
/hardware/qcom/msm8994/kernel-headers/sound/ |
H A D | compress_offload.h | 77 uint32_t frame_size; member in struct:snd_compr_audio_info
|
/hardware/qcom/msm8994/original-kernel-headers/sound/ |
H A D | compress_offload.h | 127 * @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 D | compress_offload.h | 77 uint32_t frame_size; member in struct:snd_compr_audio_info
|
/hardware/qcom/msm8x26/original-kernel-headers/sound/ |
H A D | compress_offload.h | 127 * @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 D | compress_offload.h | 77 uint32_t frame_size; member in struct:snd_compr_audio_info
|
/hardware/qcom/msm8x84/original-kernel-headers/sound/ |
H A D | compress_offload.h | 127 * @frame_size: legth of the encoded frame with valid data 131 uint32_t frame_size; member in struct:snd_compr_audio_info
|
/hardware/intel/img/psb_video/src/ |
H A D | pnw_H263ES.c | 184 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 D | pnw_MPEG4ES.c | 193 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 D | pnw_H264ES.c | 214 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/intel/common/libmix/videodecoder/securevideo/baytrail/ |
H A D | secvideoparser.h | 135 int parse_frame(uint8_t* frame, uint32_t frame_size, uint8_t* nalu_data, uint32_t* nalu_data_size);
|
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/ |
H A D | secvideoparser.h | 135 int parse_frame(uint8_t* frame, uint32_t frame_size, uint8_t* nalu_data, uint32_t* nalu_data_size);
|
/hardware/qcom/msm8996/kernel-headers/sound/ |
H A D | compress_offload.h | 77 uint32_t frame_size; member in struct:snd_compr_audio_info
|
/hardware/qcom/msm8996/original-kernel-headers/sound/ |
H A D | compress_offload.h | 127 * @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 D | compress_offload.h | 77 __u32 frame_size; member in struct:snd_compr_audio_info
|
/hardware/qcom/msm8998/original-kernel-headers/sound/ |
H A D | compress_offload.h | 127 * @frame_size: legth of the encoded frame with valid data 131 __u32 frame_size; member in struct:snd_compr_audio_info
|
/hardware/qcom/msm8x09/kernel-headers/sound/ |
H A D | compress_offload.h | 77 uint32_t frame_size; member in struct:snd_compr_audio_info
|
/hardware/qcom/msm8x09/original-kernel-headers/sound/ |
H A D | compress_offload.h | 127 * @frame_size: legth of the encoded frame with valid data 131 uint32_t frame_size; member in struct:snd_compr_audio_info
|
/hardware/intel/common/libva/test/encode/ |
H A D | mpeg2enc.c | 108 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 D | mpeg2vaenc.c | 108 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/libhardware/modules/audio_remote_submix/ |
H A D | audio_hw.cpp | 784 const size_t frame_size = audio_stream_out_frame_size(stream); 787 const size_t frames = bytes / frame_size; 818 const size_t flushBufferSizeFrames = sizeof(flush_buffer) / frame_size; 836 if (out->log_fd >= 0) write(out->log_fd, buffer, written_frames * frame_size); 868 const ssize_t written_bytes = written_frames * frame_size; 1091 const size_t frame_size = audio_stream_in_frame_size(stream); 1092 const size_t frames_to_read = bytes / frame_size; 1251 if (in->log_fd >= 0) write(in->log_fd, buff, frames_read * frame_size); 1255 buff += frames_read * frame_size; 1271 const size_t remaining_bytes = remaining_frames * frame_size; [all...] |
/hardware/intel/common/libva/test/videoprocess/ |
H A D | videoprocess.cpp | 264 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
|