Home | History | Annotate | Download | only in src

Lines Matching defs:extradata

90 char ouputextradatafilename [] = "/data/extradata";
550 property_get("vidc.dec.debug.extradata", extradata_value, "0");
552 extradata value is %d",m_debug_extradata);
1481 drv_ctx.extradata = 0;
3755 OMX_QCOM_EXTRADATA_FRAMEINFO *extradata =
3763 extradata->aspectRatio.aspectRatioX =
3765 extradata->aspectRatio.aspectRatioY =
6644 DEBUG_PRINT_LOW("\nWRITING extradata, size=%d,type=%d",p_extra->nSize, p_extra->eType);
7796 buf_size = ((buf_size + 3)&(~3)); //Align extradata start address to 64Bit
8295 if (drv_ctx.extradata && (p_buf_hdr->nFlags & OMX_BUFFERFLAG_EXTRADATA))
8297 // Process driver extradata
8317 // Map driver extradata to corresponding OMX type
8320 p_extra->eType = OMX_ExtraDataMax; // Invalid type to avoid expose this extradata to OMX client
8333 p_extra->eType = OMX_ExtraDataMax; // Invalid type to avoid expose this extradata to OMX client
8341 p_extra->eType = OMX_ExtraDataMax; // Invalid type to avoid expose this extradata to OMX client
8351 // Driver extradata is only exposed if MB map is requested by client,
8352 // otherwise can be overwritten by omx extradata.
8418 DEBUG_PRINT_ERROR("ERROR: Terminator extradata cannot be added");
8430 DEBUG_PRINT_ERROR("ERROR: enable extradata allowed in Loaded state only");
8465 if (driver_extradata != drv_ctx.extradata)
8468 drv_ctx.extradata = driver_extradata;
8469 ioctl_msg.in = &drv_ctx.extradata;
8474 DEBUG_PRINT_ERROR("\nSet extradata failed");
8487 if (!(client_extradata & ~DRIVER_EXTRADATA_MASK)) // If no omx extradata is required remove space for terminator
8586 DEBUG_PRINT_HIGH("======= End of Driver Extradata ========");