Home
last modified time | relevance | path

Searched refs:HEADER_SIZE (Results 1 – 11 of 11) sorted by relevance

/hardware/ril/librilutils/
Drecord_stream.c31 #define HEADER_SIZE 4 macro
55 ret->buffer = (unsigned char *)malloc (maxRecordLen + HEADER_SIZE); in record_stream_new()
59 ret->buffer_end = ret->buffer + maxRecordLen + HEADER_SIZE; in record_stream_new()
79 if (p_end < p_begin + HEADER_SIZE) { in getEndOfRecord()
86 p_ret = p_begin + HEADER_SIZE + len; in getEndOfRecord()
103 record_start = p_rs->unconsumed + HEADER_SIZE; in getNextRecord()
/hardware/intel/img/psb_video/src/
Dpnw_H263ES.c318 HEADER_SIZE); in pnw__H263ES_process_picture_param()
393 + ctx->obj_context->slice_count * HEADER_SIZE, in pnw__H263ES_process_slice_param()
395 HEADER_SIZE); in pnw__H263ES_process_slice_param()
398 … cmdbuf->header_mem_p + ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE, in pnw__H263ES_process_slice_param()
408 … ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE); in pnw__H263ES_process_slice_param()
Dpnw_H264ES.c384 HEADER_SIZE); in pnw__H264ES_process_sequence_param()
420 ctx->save_seq_header_p = malloc(HEADER_SIZE); in pnw__H264ES_process_sequence_param()
428 HEADER_SIZE); in pnw__H264ES_process_sequence_param()
465 HEADER_SIZE); in pnw__H264ES_insert_SEI_buffer_period()
500 HEADER_SIZE); in pnw__H264ES_insert_SEI_pic_timing()
575 HEADER_SIZE); in pnw__H264ES_insert_SEI_FPA_data()
662 HEADER_SIZE); in pnw__H264ES_process_picture_param()
750 + ctx->obj_context->slice_count * HEADER_SIZE, in pnw__H264ES_encode_one_slice()
752 HEADER_SIZE); in pnw__H264ES_encode_one_slice()
756 + ctx->obj_context->slice_count * HEADER_SIZE, in pnw__H264ES_encode_one_slice()
[all …]
Dpnw_MPEG4ES.c286 HEADER_SIZE); in pnw__MPEG4ES_process_sequence_param()
351 memset(pPictureHeaderMem, 0, HEADER_SIZE); in pnw__MPEG4ES_process_picture_param()
362 pPictureHeaderMem += ((HEADER_SIZE) >> 3); in pnw__MPEG4ES_process_picture_param()
Dpnw_hostcode.c383 ctx->header_buffer_size = 8 * HEADER_SIZE + MAX_SLICES_PER_PICTURE * HEADER_SIZE; in pnw__alloc_context_buffer()
386 ctx->pic_header_ofs = HEADER_SIZE; in pnw__alloc_context_buffer()
387 ctx->eoseq_header_ofs = 2 * HEADER_SIZE; in pnw__alloc_context_buffer()
388 ctx->eostream_header_ofs = 3 * HEADER_SIZE; in pnw__alloc_context_buffer()
389 ctx->aud_header_ofs = 4 * HEADER_SIZE; in pnw__alloc_context_buffer()
390 ctx->sei_buf_prd_ofs = 5 * HEADER_SIZE; in pnw__alloc_context_buffer()
391 ctx->sei_pic_tm_ofs = 6 * HEADER_SIZE; in pnw__alloc_context_buffer()
392 ctx->sei_pic_fpa_ofs = 7 * HEADER_SIZE; in pnw__alloc_context_buffer()
393 ctx->slice_header_ofs = 8 * HEADER_SIZE; in pnw__alloc_context_buffer()
Dpnw_hostcode.h336 #define HEADER_SIZE 128*2 macro
Dpnw_hostheader.c48 #define HEADER_SIZE (128*2) macro
2400 pMTX_Header_Mem += (HEADER_SIZE >> 3); // get a pointer to the second half of memory in pnw__H264_prepare_slice_header()
/hardware/intel/img/psb_video/src/mrst/
Dlnc_hostcode.c60 ctx->header_buffer_size = 4 * HEADER_SIZE + MAX_SLICES_PER_PICTURE * HEADER_SIZE; in lnc__alloc_context_buffer()
63 ctx->pic_header_ofs = HEADER_SIZE; in lnc__alloc_context_buffer()
64 ctx->eoseq_header_ofs = 2 * HEADER_SIZE; in lnc__alloc_context_buffer()
65 ctx->eostream_header_ofs = 3 * HEADER_SIZE; in lnc__alloc_context_buffer()
66 ctx->slice_header_ofs = 4 * HEADER_SIZE; in lnc__alloc_context_buffer()
522 …repare_slice_header((IMG_UINT32 *)(cmdbuf->header_mem_p + ctx->slice_header_ofs + i * HEADER_SIZE), in lnc_RedoRenderPictureSkippedFrame()
536 ctx->slice_header_ofs + i * HEADER_SIZE, in lnc_RedoRenderPictureSkippedFrame()
Dlnc_H264ES.c298 ctx->save_seq_header_p = malloc(HEADER_SIZE); in lnc__H264ES_process_sequence_param()
306 HEADER_SIZE); in lnc__H264ES_process_sequence_param()
378 HEADER_SIZE); in lnc__H264ES_process_picture_param()
502 …T32 *)(cmdbuf->header_mem_p + ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE), in lnc__H264ES_process_slice_param()
514 ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE, in lnc__H264ES_process_slice_param()
Dlnc_H263ES.c376 …T32 *)(cmdbuf->header_mem_p + ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE), in lnc__H263ES_process_slice_param()
382 ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE, in lnc__H263ES_process_slice_param()
Dlnc_hostcode.h254 #define HEADER_SIZE 128 macro