Home | History | Annotate | Download | only in camera

Lines Matching defs:video_frame

595     uint8_t*            video_frame;
597 * This address points inside the 'video_frame' buffer. */
627 if (cc->video_frame != NULL) {
628 free(cc->video_frame);
768 if (cc->video_frame != NULL) {
853 if (cc->video_frame != NULL) {
919 cc->video_frame =
921 if (cc->video_frame == NULL) {
929 cc->preview_frame = (uint16_t*)(cc->video_frame + cc->video_frame_size);
937 free(cc->video_frame);
938 cc->video_frame = NULL;
959 if (cc->video_frame == NULL) {
974 free(cc->video_frame);
975 cc->video_frame = NULL;
1009 if (cc->video_frame == NULL) {
1060 fbs[fbs_num].framebuffer = cc->video_frame;
1132 qemud_client_send(qc, cc->video_frame, video_size);