Home | History | Annotate | Download | only in src

Lines Matching defs:extradata

90 char ouputextradatafilename [] = "/data/extradata";
549 property_get("vidc.dec.debug.extradata", extradata_value, "0");
551 DEBUG_PRINT_HIGH("vidc.dec.debug.extradata
1479 drv_ctx.extradata = 0;
3741 OMX_QCOM_EXTRADATA_FRAMEINFO *extradata =
3749 extradata->aspectRatio.aspectRatioX =
3751 extradata->aspectRatio.aspectRatioY =
6630 DEBUG_PRINT_LOW("\nWRITING extradata, size=%d,type=%d",p_extra->nSize, p_extra->eType);
7782 buf_size = ((buf_size + 3)&(~3)); //Align extradata start address to 64Bit
8276 if (drv_ctx.extradata && (p_buf_hdr->nFlags & OMX_BUFFERFLAG_EXTRADATA))
8278 // Process driver extradata
8298 // Map driver extradata to corresponding OMX type
8301 p_extra->eType = OMX_ExtraDataMax; // Invalid type to avoid expose this extradata to OMX client
8314 p_extra->eType = OMX_ExtraDataMax; // Invalid type to avoid expose this extradata to OMX client
8322 p_extra->eType = OMX_ExtraDataMax; // Invalid type to avoid expose this extradata to OMX client
8332 // Driver extradata is only exposed if MB map is requested by client,
8333 // otherwise can be overwritten by omx extradata.
8399 DEBUG_PRINT_ERROR("ERROR: Terminator extradata cannot be added");
8411 DEBUG_PRINT_ERROR("ERROR: enable extradata allowed in Loaded state only");
8446 if (driver_extradata != drv_ctx.extradata)
8449 drv_ctx.extradata = driver_extradata;
8450 ioctl_msg.in = &drv_ctx.extradata;
8455 DEBUG_PRINT_ERROR("\nSet extradata failed");
8468 if (!(client_extradata & ~DRIVER_EXTRADATA_MASK)) // If no omx extradata is required remove space for terminator
8567 DEBUG_PRINT_HIGH("======= End of Driver Extradata ========");