Home
last modified time | relevance | path

Searched defs:srcRange (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DRoundTripTest.java1188 public void test(String srcRange, String trgtRange, in test()
1201 public void test(String srcRange, String trgtRange, String backtoSourceRange, in test()
/third_party/ffmpeg/libswscale/
Dutils.c864 int srcRange, const int table[4], int dstRange, in sws_setColorspaceDetails()
999 int *srcRange, int **table, int *dstRange, in sws_getColorspaceDetails()
Dswscale_internal.h421 int srcRange; ///< 0 = MPG YUV range, 1 = JPG YUV range (source image). member