HomeSort by relevance Sort by last modified time
    Searched refs:rgb_ptr (Results 1 - 2 of 2) sorted by null

  /frameworks/av/libvideoeditor/vss/common/inc/
M4VIFI_Defines.h 71 #define PACK_BGR24(rgb_ptr,Rx,Gx,Bx) {rgb_ptr[0] = (M4VIFI_UInt8)Bx; rgb_ptr[1] =\
72 (M4VIFI_UInt8)Gx; rgb_ptr[2] = (M4VIFI_UInt8)Rx;}
73 #define PACK_RGB24(rgb_ptr,Rx,Gx,Bx) {rgb_ptr[0] = (M4VIFI_UInt8)Rx; rgb_ptr[1] =\
74 (M4VIFI_UInt8)Gx; rgb_ptr[2] = (M4VIFI_UInt8)Bx;}
  /external/qemu/android/camera/
camera-format-converters.c 545 const uint8_t* rgb_ptr = (const uint8_t*)rgb; local
546 *r = rgb_ptr[0]; *g = rgb_ptr[1]; *b = rgb_ptr[2];
547 return rgb_ptr + 4;
554 uint8_t* rgb_ptr = (uint8_t*)rgb; local
555 rgb_ptr[0] = r; rgb_ptr[1] = g; rgb_ptr[2] = b;
556 return rgb_ptr + 4
563 const uint8_t* rgb_ptr = (const uint8_t*)rgb; local
572 uint8_t* rgb_ptr = (uint8_t*)rgb; local
583 const uint8_t* rgb_ptr = (const uint8_t*)rgb; local
594 uint8_t* rgb_ptr = (uint8_t*)rgb; local
605 const uint8_t* rgb_ptr = (const uint8_t*)rgb; local
616 uint8_t* rgb_ptr = (uint8_t*)rgb; local
    [all...]

Completed in 80 milliseconds