OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmp_picture
(Results
1 - 1
of
1
) sorted by null
/external/libvncserver/client_examples/
vnc2mpg.c
43
AVFrame *picture, *
tmp_picture
;
variable
161
tmp_picture
= NULL;
163
tmp_picture
= alloc_picture(PIX_FMT_RGB565, c->width, c->height);
164
if (!
tmp_picture
) {
187
(AVPicture *)
tmp_picture
, PIX_FMT_RGB565,
238
if (
tmp_picture
) {
239
av_free(
tmp_picture
->data[0]);
240
av_free(
tmp_picture
);
325
if(
tmp_picture
)
326
client->frameBuffer=
tmp_picture
->data[0]
[
all
...]
Completed in 132 milliseconds