Searched defs:extradata (Results 1 - 10 of 10) 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/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/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/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...]
/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...]

Completed in 158 milliseconds