Searched refs:extradata (Results 1 - 19 of 19) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h420 bool extradata; member in class:venc_dev
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h273 /* Get extradata whose status is FREE. */
275 /* Get extradata which is tagged with cookie via setCookieForConfigExtradata. If no extradata is tagged with this cookie then get extradata whose status is FREE. */
277 /* return the extradata back to the pool of FREE extradata. */
279 /* If there is already an extradata with status FOR_CONFIG, return that else return FREE extradata. */
281 /* Return the extradata pointer corresponding to the index. Does not change status of extradata
528 bool extradata; member in class:venc_dev
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h205 // Define next macro with required values to enable default extradata,
246 unsigned extradata; member in struct:video_driver_context
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h192 // Define next macro with required values to enable default extradata,
244 unsigned extradata; member in struct:video_driver_context
H A Domx_vdec.h227 // Define next macro with required values to enable default extradata,
280 unsigned extradata; member in struct:video_driver_context
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h193 // Define next macro with required values to enable default extradata,
245 unsigned extradata; member in struct:video_driver_context
H A Domx_vdec.h217 // Define next macro with required values to enable default extradata,
275 unsigned extradata; member in struct:video_driver_context
H A Domx_vdec_hevc_swvdec.h206 // Define next macro with required values to enable default extradata,
275 unsigned extradata; member in struct:video_driver_context
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp101 char ouputextradatafilename [] = "/data/extradata";
547 property_get("vidc.dec.debug.extradata", extradata_value, "0");
549 DEBUG_PRINT_HIGH("vidc.dec.debug.extradata value is %d",m_debug_extradata);
1467 drv_ctx.extradata = 0;
3561 OMX_QCOM_EXTRADATA_FRAMEINFO *extradata = local
3568 extradata->aspectRatio.aspectRatioX =
3570 extradata->aspectRatio.aspectRatioY =
6449 DEBUG_PRINT_LOW("WRITING extradata, size=%d,type=%d",p_extra->nSize, p_extra->eType);
7517 buf_size = ((buf_size + 3)&(~3)); //Align extradata start address to 64Bit
8007 if (drv_ctx.extradata
[all...]
H A Domx_vdec_hevc.cpp91 char ouputextradatafilename [] = "/data/extradata";
603 property_get("vidc.dec.debug.extradata", extradata_value, "0");
605 DEBUG_PRINT_HIGH("vidc.dec.debug.extradata value is %d",m_debug_extradata);
1538 drv_ctx.extradata = 0;
3596 DEBUG_PRINT_HIGH("allocate extradata memory size %d", drv_ctx.extradata_info.size);
3602 DEBUG_PRINT_ERROR("Failed to alloc extradata memory");
3610 DEBUG_PRINT_ERROR("Failed to map extradata memory");
6009 DEBUG_PRINT_LOW("WRITING extradata, size=%d,type=%d",p_extra->nSize, p_extra->eType);
7187 buf_size = ((buf_size + 3)&(~3)); //Align extradata start address to 64Bit
7274 // need to update extradata buffer
[all...]
H A Domx_vdec_hevc_swvdec.cpp82 char ouputextradatafilename [] = "/data/extradata";
680 property_get("vidc.dec.debug.extradata", extradata_value, "0");
682 DEBUG_PRINT_HIGH("vidc.dec.debug.extradata value is %d",m_debug_extradata);
1837 drv_ctx.extradata = 0;
4326 DEBUG_PRINT_HIGH("allocate extradata memory size %d", drv_ctx.extradata_info.size);
4336 DEBUG_PRINT_ERROR("Failed to alloc extradata memory");
4344 DEBUG_PRINT_ERROR("Failed to map extradata memory");
7113 DEBUG_PRINT_LOW("WRITING extradata, size=%d,type=%d",p_extra->nSize, p_extra->eType);
8182 buf_size = ((buf_size + 3)&(~3)); //Align extradata start address to 64Bit
8189 DEBUG_PRINT_HIGH("GetBufReq UPDATE: ActCnt(%d) Size(%d) BufSize(%d) BufType(%d), extradata siz
[all...]
H A Domx_vdec_msm8974.cpp89 char output_extradata_filename [] = "/data/misc/media/extradata";
701 property_get("vidc.dec.debug.extradata", extradata_value, "0");
703 DEBUG_PRINT_HIGH("vidc.dec.debug.extradata value is %d",m_debug_extradata);
1978 drv_ctx.extradata = 0;
1999 DEBUG_PRINT_INFO("Enabling default extradata for %s", drv_ctx.kind);
4620 DEBUG_PRINT_ERROR("Failed to alloc extradata memory");
4628 DEBUG_PRINT_ERROR("Failed to map extradata memory");
7198 DEBUG_PRINT_LOW("Processing extradata");
7212 DEBUG_PRINT_LOW("WRITING extradata, size=%d,type=%x",
8699 DEBUG_PRINT_LOW("GetBufReq UPDATE: extradata
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp90 char ouputextradatafilename [] = "/data/extradata";
555 property_get("vidc.dec.debug.extradata", extradata_value, "0");
557 DEBUG_PRINT_HIGH("vidc.dec.debug.extradata value is %d",m_debug_extradata);
1498 drv_ctx.extradata = 0;
3773 OMX_QCOM_EXTRADATA_FRAMEINFO *extradata = local
3781 extradata->aspectRatio.aspectRatioX =
3783 extradata->aspectRatio.aspectRatioY =
6663 DEBUG_PRINT_LOW("\nWRITING extradata, size=%d,type=%d",p_extra->nSize, p_extra->eType);
7815 buf_size = ((buf_size + 3)&(~3)); //Align extradata start address to 64Bit
8310 if (drv_ctx.extradata
[all...]
H A Domx_vdec_copper.cpp89 char ouputextradatafilename [] = "/data/extradata";
556 property_get("vidc.dec.debug.extradata", extradata_value, "0");
558 DEBUG_PRINT_HIGH("vidc.dec.debug.extradata value is %d",m_debug_extradata);
1446 drv_ctx.extradata = 0;
6237 DEBUG_PRINT_LOW("\nWRITING extradata, size=%d,type=%d",p_extra->nSize, p_extra->eType);
7335 buf_size = ((buf_size + 3)&(~3)); //Align extradata start address to 64Bit
7785 if (drv_ctx.extradata && (p_buf_hdr->nFlags & OMX_BUFFERFLAG_EXTRADATA))
7787 // Process driver extradata
7807 // Map driver extradata to corresponding OMX type
7810 p_extra->eType = OMX_ExtraDataMax; // Invalid type to avoid expose this extradata t
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp277 property_get("vidc.enc.log.extradata", property_value, "0");
622 DEBUG_PRINT_LOW("Input extradata not enabled");
627 * At this point encoder component doesn't know where the extradata is
629 * extradata after nFilledLen which is calcualted as 32 aligned height
630 * and width * 3 / 2. Hence start looking for extradata from this point.
638 DEBUG_PRINT_ERROR("Unable to get extradata memory 4");
744 DEBUG_PRINT_ERROR("Insufficient buffer size for extradata");
788 DEBUG_PRINT_HIGH("Found an unrecognised extradata (%x) ignoring it",
801 DEBUG_PRINT_LOW("[%p/%u] found extradata type %x of size %u (%u) at %p",
904 DEBUG_PRINT_ERROR("Failed to open extradata fil
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp266 property_get("vidc.enc.log.extradata", property_value, "0");
534 DEBUG_PRINT_ERROR("Insufficient buffer size for extradata");
579 DEBUG_PRINT_HIGH("Found an unrecognised extradata (%x) ignoring it",
592 DEBUG_PRINT_LOW("[%p/%u] found extradata type %x of size %u (%u) at %p",
641 DEBUG_PRINT_ERROR("Failed to alloc extradata memory");
651 DEBUG_PRINT_ERROR("Failed to map extradata memory");
747 DEBUG_PRINT_ERROR("Failed to open extradata file: %s for logging size:%d",
753 DEBUG_PRINT_ERROR("Failed to open extradata file: %s for logging errno:%d",
1765 extradata = true;
1778 extradata
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp87 char ouputextradatafilename [] = "/data/extradata";
598 property_get("vidc.dec.debug.extradata", extradata_value, "0");
600 DEBUG_PRINT_HIGH("vidc.dec.debug.extradata value is %d",m_debug_extradata);
1517 drv_ctx.extradata = 0;
3575 DEBUG_PRINT_HIGH("allocate extradata memory size %d", drv_ctx.extradata_info.size);
3581 DEBUG_PRINT_ERROR("Failed to alloc extradata memory");
3589 DEBUG_PRINT_ERROR("Failed to map extradata memory");
5973 DEBUG_PRINT_LOW("WRITING extradata, size=%d,type=%d",p_extra->nSize, p_extra->eType);
7151 buf_size = ((buf_size + 3)&(~3)); //Align extradata start address to 64Bit
7238 // need to update extradata buffer
[all...]
H A Domx_vdec_hevc_swvdec.cpp78 char ouputextradatafilename [] = "/data/extradata";
688 property_get("vidc.dec.debug.extradata", extradata_value, "0");
690 DEBUG_PRINT_HIGH("vidc.dec.debug.extradata value is %d",m_debug_extradata);
1860 drv_ctx.extradata = 0;
4519 DEBUG_PRINT_HIGH("allocate extradata memory size %d", drv_ctx.extradata_info.size);
4531 DEBUG_PRINT_ERROR("Failed to alloc extradata memory");
4539 DEBUG_PRINT_ERROR("Failed to map extradata memory");
7323 DEBUG_PRINT_LOW("WRITING extradata, size=%d,type=%d",p_extra->nSize, p_extra->eType);
8397 buf_size = ((buf_size + 3)&(~3)); //Align extradata start address to 64Bit
8404 DEBUG_PRINT_HIGH("GetBufReq UPDATE: ActCnt(%d) Size(%d) BufSize(%d) BufType(%d), extradata siz
[all...]
H A Domx_vdec_v4l2.cpp85 char output_extradata_filename [] = "/data/misc/media/extradata";
770 property_get("vidc.dec.debug.extradata", extradata_value, "0");
772 DEBUG_PRINT_HIGH("vidc.dec.debug.extradata value is %d",m_debug_extradata);
2430 drv_ctx.extradata = 0;
5352 DEBUG_PRINT_ERROR("Failed to alloc extradata memory");
5360 DEBUG_PRINT_ERROR("Failed to map extradata memory");
7903 DEBUG_PRINT_LOW("Processing extradata");
7917 DEBUG_PRINT_LOW("WRITING extradata, size=%d,type=%x",
9477 DEBUG_PRINT_LOW("GetBufReq UPDATE: extradata: TotalSize(%d) BufferSize(%lu)",
10161 DEBUG_PRINT_LOW("Unrecognized extradata");
[all...]

Completed in 390 milliseconds