Home | History | Annotate | Download | only in src

Lines Matching defs:extradata

101 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 =
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 && (p_buf_hdr->nFlags & OMX_BUFFERFLAG_EXTRADATA)) {
8008 // Process driver extradata
8030 // Map driver extradata to corresponding OMX type
8033 p_extra->eType = OMX_ExtraDataMax; // Invalid type to avoid expose this extradata to OMX client
8047 p_extra->eType = OMX_ExtraDataMax; // Invalid type to avoid expose this extradata to OMX client
8053 p_extra->eType = OMX_ExtraDataMax; // Invalid type to avoid expose this extradata to OMX client
8091 // Driver extradata is only exposed if MB map is requested by client,
8092 // otherwise can be overwritten by omx extradata.
8172 DEBUG_PRINT_ERROR("ERROR: Terminator extradata cannot be added");
8194 if (drv_ctx.extradata && (p_buf_hdr->nFlags & OMX_BUFFERFLAG_EXTRADATA)) {
8195 // Process driver extradata
8217 // Map driver extradata to corresponding OMX type
8220 p_extra->eType = OMX_ExtraDataMax; // Invalid type to avoid expose this extradata to OMX client
8234 p_extra->eType = OMX_ExtraDataMax; // Invalid type to avoid expose this extradata to OMX client
8240 p_extra->eType = OMX_ExtraDataMax; // Invalid type to avoid expose this extradata to OMX client
8276 // Driver extradata is only exposed if MB map is requested by client,
8277 // otherwise can be overwritten by omx extradata.
8364 DEBUG_PRINT_ERROR("ERROR: Terminator extradata cannot be added");
8376 DEBUG_PRINT_ERROR("ERROR: enable extradata allowed in Loaded state only");
8424 if (driver_extradata != drv_ctx.extradata) {
8426 drv_ctx.extradata = driver_extradata;
8427 ioctl_msg.in = &drv_ctx.extradata;
8432 DEBUG_PRINT_ERROR("Set extradata failed");
8443 if (!(client_extradata & ~DRIVER_EXTRADATA_MASK)) // If no omx extradata is required remove space for terminator
8539 DEBUG_PRINT_HIGH("======= End of Driver Extradata ========");