Home
last modified time | relevance | path

Searched refs:HANTRO_FALSE (Results 1 – 20 of 20) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_vui.c99 HANTRO_TRUE : HANTRO_FALSE; in h264bsdDecodeVuiParameters()
126 HANTRO_TRUE : HANTRO_FALSE; in h264bsdDecodeVuiParameters()
134 HANTRO_TRUE : HANTRO_FALSE; in h264bsdDecodeVuiParameters()
141 HANTRO_TRUE : HANTRO_FALSE; in h264bsdDecodeVuiParameters()
154 HANTRO_TRUE : HANTRO_FALSE; in h264bsdDecodeVuiParameters()
160 (tmp == 1) ? HANTRO_TRUE : HANTRO_FALSE; in h264bsdDecodeVuiParameters()
198 (tmp == 1) ? HANTRO_TRUE : HANTRO_FALSE; in h264bsdDecodeVuiParameters()
221 (tmp == 1) ? HANTRO_TRUE : HANTRO_FALSE; in h264bsdDecodeVuiParameters()
243 (tmp == 1) ? HANTRO_TRUE : HANTRO_FALSE; in h264bsdDecodeVuiParameters()
250 (tmp == 1) ? HANTRO_TRUE : HANTRO_FALSE; in h264bsdDecodeVuiParameters()
[all …]
Dh264bsd_sei.c246 HANTRO_TRUE : HANTRO_FALSE, in h264bsdDecodeSeiMessage()
523 HANTRO_TRUE : HANTRO_FALSE; in DecodePictureTiming()
536 HANTRO_TRUE : HANTRO_FALSE; in DecodePictureTiming()
549 HANTRO_TRUE : HANTRO_FALSE; in DecodePictureTiming()
555 HANTRO_TRUE : HANTRO_FALSE; in DecodePictureTiming()
561 HANTRO_TRUE : HANTRO_FALSE; in DecodePictureTiming()
597 HANTRO_TRUE : HANTRO_FALSE; in DecodePictureTiming()
612 HANTRO_TRUE : HANTRO_FALSE; in DecodePictureTiming()
627 HANTRO_TRUE : HANTRO_FALSE; in DecodePictureTiming()
702 HANTRO_TRUE : HANTRO_FALSE; in DecodePanScanRectangle()
[all …]
Dh264bsd_decoder.c163 u32 accessUnitBoundaryFlag = HANTRO_FALSE; in h264bsdDecode()
164 u32 picReady = HANTRO_FALSE; in h264bsdDecode()
195 pStorage->prevBufNotFinished = HANTRO_FALSE; in h264bsdDecode()
262 pStorage->validSliceInAccessUnit = HANTRO_FALSE; in h264bsdDecode()
264 pStorage->skipRedundantSlices = HANTRO_FALSE; in h264bsdDecode()
324 HANTRO_TRUE : HANTRO_FALSE); in h264bsdDecode()
332 pStorage->pendingActivation = HANTRO_FALSE; in h264bsdDecode()
412 HANTRO_TRUE : HANTRO_FALSE, in h264bsdDecode()
490 HANTRO_TRUE : HANTRO_FALSE, in h264bsdDecode()
501 HANTRO_TRUE : HANTRO_FALSE, in h264bsdDecode()
[all …]
Dh264bsd_pic_param_set.c136 pPicParamSet->picOrderPresentFlag = (tmp == 1) ? HANTRO_TRUE : HANTRO_FALSE; in h264bsdDecodePicParamSet()
207 (tmp == 1) ? HANTRO_TRUE : HANTRO_FALSE; in h264bsdDecodePicParamSet()
315 (tmp == 1) ? HANTRO_TRUE : HANTRO_FALSE; in h264bsdDecodePicParamSet()
321 HANTRO_TRUE : HANTRO_FALSE; in h264bsdDecodePicParamSet()
327 HANTRO_TRUE : HANTRO_FALSE; in h264bsdDecodePicParamSet()
Dh264bsd_intra_prediction.c224 availableA = HANTRO_FALSE; in h264bsdIntra16x16Prediction()
228 availableB = HANTRO_FALSE; in h264bsdIntra16x16Prediction()
232 availableD = HANTRO_FALSE; in h264bsdIntra16x16Prediction()
289 availableA = HANTRO_FALSE; in h264bsdIntra4x4Prediction()
298 availableB = HANTRO_FALSE; in h264bsdIntra4x4Prediction()
312 availableC = HANTRO_FALSE; in h264bsdIntra4x4Prediction()
321 availableD = HANTRO_FALSE; in h264bsdIntra4x4Prediction()
392 availableA = HANTRO_FALSE; in h264bsdIntraChromaPrediction()
396 availableB = HANTRO_FALSE; in h264bsdIntraChromaPrediction()
400 availableD = HANTRO_FALSE; in h264bsdIntraChromaPrediction()
[all …]
Dh264bsd_storage.c341 pStorage->pendingActivation = HANTRO_FALSE; in h264bsdActivateParamSets()
369 flag = HANTRO_FALSE; in h264bsdActivateParamSets()
493 if (pStorage->validSliceInAccessUnit == HANTRO_FALSE) in h264bsdIsStartOfPicture()
496 return(HANTRO_FALSE); in h264bsdIsStartOfPicture()
551 return(HANTRO_FALSE); in h264bsdIsEndOfPicture()
648 *accessUnitBoundaryFlag = HANTRO_FALSE; in h264bsdCheckAccessUnitBoundary()
666 storage->aub->firstCallFlag = HANTRO_FALSE; in h264bsdCheckAccessUnitBoundary()
Dh264bsd_slice_data.c116 prevSkipped = HANTRO_FALSE; in h264bsdDecodeSliceData()
173 prevSkipped = HANTRO_FALSE; in h264bsdDecodeSliceData()
202 HANTRO_TRUE : HANTRO_FALSE; in h264bsdDecodeSliceData()
Dh264bsd_byte_stream.c90 u32 hasEmulation = HANTRO_FALSE; in h264bsdExtractNalUnit()
91 u32 invalidStream = HANTRO_FALSE; in h264bsdExtractNalUnit()
Dh264bsd_util.c186 return(HANTRO_FALSE); in h264bsdMoreRbspData()
192 return(HANTRO_FALSE); in h264bsdMoreRbspData()
Dh264bsd_seq_param_set.c180 HANTRO_TRUE : HANTRO_FALSE; in h264bsdDecodeSeqParamSet()
238 HANTRO_TRUE : HANTRO_FALSE; in h264bsdDecodeSeqParamSet()
268 pSeqParamSet->frameCroppingFlag = (tmp == 1) ? HANTRO_TRUE : HANTRO_FALSE; in h264bsdDecodeSeqParamSet()
319 HANTRO_TRUE : HANTRO_FALSE; in h264bsdDecodeSeqParamSet()
Dh264bsd_dpb.c282 isShortTerm = HANTRO_FALSE; in h264bsdReorderRefPicList()
370 index = FindDpbPic(dpb, (i32)longTermPicNum, HANTRO_FALSE); in Mmcop2()
582 dpb->currentOut->toBeDisplayed = HANTRO_FALSE; in Mmcop6()
658 dpb->lastContainsMmco5 = HANTRO_FALSE; in h264bsdMarkDecRefPic()
661 toBeDisplayed = dpb->noReordering ? HANTRO_FALSE : HANTRO_TRUE; in h264bsdMarkDecRefPic()
712 markedAsLongTerm = HANTRO_FALSE; in h264bsdMarkDecRefPic()
1138 u32 found = HANTRO_FALSE; in FindDpbPic()
1303 dpb->buffer[dpb->dpbSize].toBeDisplayed = HANTRO_FALSE; in h264bsdCheckGapsInFrameNum()
1449 tmp->toBeDisplayed = HANTRO_FALSE; in OutputPicture()
Dh264bsd_stream.c239 return(HANTRO_FALSE); in h264bsdIsByteAligned()
Dh264bsd_util.h58 #define HANTRO_FALSE (0) macro
Dh264bsd_neighbour.c377 return(HANTRO_FALSE); in h264bsdIsNeighbourAvailable()
Dh264bsd_pic_order_cnt.c136 containsMmco5 = HANTRO_FALSE; in h264bsdDecodePicOrderCnt()
Dh264bsd_inter_prediction.c966 n->available = HANTRO_FALSE; in GetInterNeighbour()
1004 isA = (a[0].refIndex == refIndex) ? HANTRO_TRUE : HANTRO_FALSE; in GetPredictionMv()
1005 isB = (a[1].refIndex == refIndex) ? HANTRO_TRUE : HANTRO_FALSE; in GetPredictionMv()
1006 isC = (a[2].refIndex == refIndex) ? HANTRO_TRUE : HANTRO_FALSE; in GetPredictionMv()
Dh264bsd_macroblock_layer.c405 value & 0x80000000 ? HANTRO_TRUE : HANTRO_FALSE; in DecodeMbPred()
556 is16x16 = HANTRO_FALSE; in DecodeResidual()
730 is16x16 = HANTRO_FALSE; in DecodeResidual()
Dh264bsd_deblocking.c248 return(HANTRO_FALSE); in IsSliceBoundaryOnLeft()
273 return(HANTRO_FALSE); in IsSliceBoundaryOnTop()
722 HANTRO_TRUE : HANTRO_FALSE; in FilterVerLumaEdge()
902 ? HANTRO_TRUE : HANTRO_FALSE; in FilterHorLuma()
1141 u32 nonZeroBs = HANTRO_FALSE; in GetBoundaryStrengths()
1889 u32 nonZeroBs = HANTRO_FALSE; in GetBoundaryStrengths()
Dh264bsd_slice_group_map.c335 HANTRO_TRUE : HANTRO_FALSE; in DecodeBoxOutMap()
Dh264bsd_conceal.c294 A = B = L = R = HANTRO_FALSE; in ConcealMb()