Searched refs:fullRange (Results 1 - 12 of 12) sorted by relevance

/frameworks/av/include/media/stagefright/foundation/
H A DColorUtils.h133 int32_t *primaries, int32_t *transfer, int32_t *coeffs, bool *fullRange);
136 int32_t primaries, int32_t transfer, int32_t coeffs, bool fullRange,
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DColorUtils.h133 int32_t *primaries, int32_t *transfer, int32_t *coeffs, bool *fullRange);
136 int32_t primaries, int32_t transfer, int32_t coeffs, bool fullRange,
/frameworks/av/media/libstagefright/include/media/stagefright/foundation/
H A DColorUtils.h133 int32_t *primaries, int32_t *transfer, int32_t *coeffs, bool *fullRange);
136 int32_t primaries, int32_t transfer, int32_t coeffs, bool fullRange,
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DAsyncListUtil.java577 final int fullRange = range[1] - range[0] + 1;
578 final int halfRange = fullRange / 2;
579 outRange[0] = range[0] - (scrollHint == HINT_SCROLL_DESC ? fullRange : halfRange);
580 outRange[1] = range[1] + (scrollHint == HINT_SCROLL_ASC ? fullRange : halfRange);
/frameworks/av/media/libstagefright/webm/
H A DWebmElement.cpp392 bool fullRange; local
394 aspects, &primaries, &transfer, &coeffs, &fullRange);
405 colorInfo.push_back(new WebmUnsigned(kMkvRange, fullRange ? 2 : 1));
/frameworks/av/media/libstagefright/foundation/
H A DColorUtils.cpp313 int32_t *primaries, int32_t *transfer, int32_t *coeffs, bool *fullRange) {
326 *fullRange = aspects.mRange == ColorAspects::RangeFull;
331 int32_t primaries, int32_t transfer, int32_t coeffs, bool fullRange,
342 aspects.mRange = fullRange ? ColorAspects::RangeFull : ColorAspects::RangeLimited;
311 convertCodecColorAspectsToIsoAspects( const ColorAspects &aspects, int32_t *primaries, int32_t *transfer, int32_t *coeffs, bool *fullRange) argument
330 convertIsoColorAspectsToCodecAspects( int32_t primaries, int32_t transfer, int32_t coeffs, bool fullRange, ColorAspects &aspects) argument
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.cpp368 bool fullRange = s_ctl_get_vui_params_op.u1_video_full_range_flag; local
372 primaries, transfer, coeffs, fullRange, colorAspects);
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp205 bool fullRange = s_ctl_get_vui_params_op.u1_video_full_range_flag; local
209 primaries, transfer, coeffs, fullRange, colorAspects);
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.cpp491 bool fullRange = false; // mpeg2 video has limited range. local
495 primaries, transfer, coeffs, fullRange, colorAspects);
/frameworks/av/media/extractors/mkv/
H A DMatroskaExtractor.cpp1261 bool fullRange = false; // default local
1277 fullRange = color->range == 2 /* MKV fullRange */;
1283 primaries, transfer, coeffs, fullRange, aspects);
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp3741 bool fullRange; local
3743 aspects, &primaries, &transfer, &coeffs, &fullRange);
3749 mOwner->writeInt8(int8_t(fullRange ? 0x80 : 0x0));
/frameworks/av/media/extractors/mp4/
H A DMPEG4Extractor.cpp3157 bool fullRange = (type == FOURCC('n', 'c', 'l', 'x')) && (buffer[10] & 128); local
3161 primaries, transfer, coeffs, fullRange, aspects);

Completed in 331 milliseconds