Home
last modified time | relevance | path

Searched refs:tx_hsv (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/jsmods/
H A Devg.c4787 GF_JSTexture *tx_hsv; in texture_convert() local
4816 if (!tx_hsv) in texture_convert()
4818 tx_hsv->width = tx->width; in texture_convert()
4819 tx_hsv->height = tx->height; in texture_convert()
4820 tx_hsv->pf = dst_pf; in texture_convert()
4821 tx_hsv->nb_comp = nb_comp; in texture_convert()
4822 …gf_pixel_get_size_info(tx_hsv->pf, tx_hsv->width, tx_hsv->height, &tx_hsv->data_size, &tx_hsv->str… in texture_convert()
4823 tx_hsv->data = gf_malloc(sizeof(char)*tx_hsv->data_size); in texture_convert()
4827 u8 *dst = tx_hsv->data + j*tx_hsv->stride; in texture_convert()
4869 …gf_evg_stencil_set_texture(tx_hsv->stencil, tx_hsv->data, tx_hsv->width, tx_hsv->height, tx_hsv->s… in texture_convert()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/jsmods/
H A Devg.c4787 GF_JSTexture *tx_hsv; in texture_convert() local
4816 if (!tx_hsv) in texture_convert()
4818 tx_hsv->width = tx->width; in texture_convert()
4819 tx_hsv->height = tx->height; in texture_convert()
4820 tx_hsv->pf = dst_pf; in texture_convert()
4821 tx_hsv->nb_comp = nb_comp; in texture_convert()
4822 …gf_pixel_get_size_info(tx_hsv->pf, tx_hsv->width, tx_hsv->height, &tx_hsv->data_size, &tx_hsv->str… in texture_convert()
4823 tx_hsv->data = gf_malloc(sizeof(char)*tx_hsv->data_size); in texture_convert()
4827 u8 *dst = tx_hsv->data + j*tx_hsv->stride; in texture_convert()
4869 …gf_evg_stencil_set_texture(tx_hsv->stencil, tx_hsv->data, tx_hsv->width, tx_hsv->height, tx_hsv->s… in texture_convert()
[all …]