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

  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_iconv.c 103 int dst_fmt; member in struct:_SDL_iconv_t
171 int dst_fmt = ENCODING_UNKNOWN; local
185 if ( dst_fmt != ENCODING_UNKNOWN ) {
190 dst_fmt = encodings[i].format;
196 if ( src_fmt != ENCODING_UNKNOWN && dst_fmt != ENCODING_UNKNOWN ) {
200 cd->dst_fmt = dst_fmt;
279 switch ( cd->dst_fmt ) {
288 cd->dst_fmt = ENCODING_UTF16NATIVE;
298 cd->dst_fmt = ENCODING_UTF32NATIVE
    [all...]
  /system/extras/tests/framebuffer/
mdp_test.c 185 int dst_fmt = MDP_RGB_565; local
260 dst_fmt = MDP_Y_CBCR_H2V2;
263 dst_fmt = MDP_RGB_565;
307 req->dst.format = dst_fmt;

Completed in 2462 milliseconds