Home | History | Annotate | Download | only in src

Lines Matching refs:header_info

1010     VopHeaderInfo header_info;
1012 status = (PV_STATUS)PVDecodeVopHeader(decCtrl, buffer, timestamp, buffer_size, &header_info, use_ext_timestamp, currYUV);
1035 uint32 timestamp[], int32 buffer_size[], VopHeaderInfo *header_info, uint use_ext_timestamp [], uint8 *currYUV)
1224 header_info->currLayer = target_layer;
1225 header_info->timestamp = video->currTimestamp;
1226 header_info->frameType = (MP4FrameType)currVop->predictionType;
1227 header_info->refSelCode = vopHeader[target_layer]->refSelectCode;
1228 header_info->quantizer = currVop->quantizer;