search for: etheora_dec_rgb_read

Displaying 2 results from an estimated 2 matches for "etheora_dec_rgb_read".

2007 Oct 31
1
etheora
...ra_get_fps_numerator(&ec); etheora_get_fps_denominator(&ec); etheora_get_aspect_numerator(&ec); etheora_get_aspect_denominator(&ec); /*getting next frame by decoding it.*/ etheora_dec_nextframe(&ec); /*getting frame data, by reading a r,g,b or y,u,v pixel in (i,j) coordinate*/ etheora_dec_rgb_read(&ec, i, j, &r, &g, &b) (alternative: etheora_dec_yuv_read()), /* finishing the process.*/ etheora_dec_finish(&ec); the functions _yuv_ and _rgb_ works transparently with OC_PF_420, OC_PF_422 and OC_PF_PF_444, having the libtheora version used support for them or not. Etheora...
2007 Oct 31
1
etheora
...ra_get_fps_numerator(&ec); etheora_get_fps_denominator(&ec); etheora_get_aspect_numerator(&ec); etheora_get_aspect_denominator(&ec); /*getting next frame by decoding it.*/ etheora_dec_nextframe(&ec); /*getting frame data, by reading a r,g,b or y,u,v pixel in (i,j) coordinate*/ etheora_dec_rgb_read(&ec, i, j, &r, &g, &b) (alternative: etheora_dec_yuv_read()), /* finishing the process.*/ etheora_dec_finish(&ec); the functions _yuv_ and _rgb_ works transparently with OC_PF_420, OC_PF_422 and OC_PF_PF_444, having the libtheora version used support for them or not. Etheora...