/external/ImageMagick/coders/ |
D | tim2.c | 123 RGB24=1, enumerator 184 case RGB24: in GetChannelValue() 441 SetPixelRed(image,GetChannelValue(word,0,RGB24),q); in ReadTIM2ImageData() 442 SetPixelGreen(image,GetChannelValue(word,1,RGB24),q); in ReadTIM2ImageData() 443 SetPixelBlue(image,GetChannelValue(word,2,RGB24),q); in ReadTIM2ImageData() 563 image->colormap[i].red=GetChannelValue(word,0,RGB24); in ReadTIM2ImageData() 564 image->colormap[i].green=GetChannelValue(word,1,RGB24); in ReadTIM2ImageData() 565 image->colormap[i].blue=GetChannelValue(word,2,RGB24); in ReadTIM2ImageData()
|
/external/libmpeg2/common/ |
D | impeg2_format_conv.h | 74 RGB24 = 6, enumerator
|
/external/libyuv/files/docs/ |
D | formats.md | 137 # RGB24 and RAW 139 There are 2 RGB layouts - RGB24 (aka 24BG) and RAW 141 RGB24 is B,G,R in memory
|
/external/u-boot/arch/arm/dts/ |
D | imx6dl-brppt2.dts | 61 interface_pix_fmt = "RGB24"; 74 default_ifmt = "RGB24";
|
/external/u-boot/board/boundary/nitrogen6x/ |
D | 6x_bootscript.txt | 5 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=hdmi,1280x720M@60,if=RGB24
|
D | 6x_bootscript_android.txt | 46 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=hdmi,1280x720M@60,if=RGB24
|
D | 6x_bootscript_android_recovery.txt | 46 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=hdmi,1280x720M@60,if=RGB24
|
/external/libyuv/files/unit_test/ |
D | convert_test.cc | 678 TESTPLANARTOB(I420, 2, 2, RGB24, 3, 3, 1) 680 TESTPLANARTOB(H420, 2, 2, RGB24, 3, 3, 1) 851 TESTBIPLANARTOB(NV12, 2, 2, RGB24, RGB24, 3, 2) 852 TESTBIPLANARTOB(NV21, 2, 2, RGB24, RGB24, 3, 2) 995 TESTATOPLANAR(RGB24, 3, 1, I420, 2, 2, 4) 997 TESTATOPLANAR(RGB24, 3, 1, J420, 2, 2, 11) 1188 TESTATOB(ARGB, 4, 4, 1, RGB24, 3, 3, 1, 0) 1202 TESTATOB(RAW, 3, 3, 1, RGB24, 3, 3, 1, 0) 1203 TESTATOB(RGB24, 3, 3, 1, ARGB, 4, 4, 1, 0) 1204 TESTATOB(RGB24, 3, 3, 1, J400, 1, 1, 1, 0) [all …]
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_common.cc | 341 MAKEROWY(RGB24, 2, 1, 0, 3)
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_common.cc | 439 MAKEROWY(RGB24, 2, 1, 0, 3)
|
/external/libyuv/files/source/ |
D | row_common.cc | 439 MAKEROWY(RGB24, 2, 1, 0, 3)
|