Home | History | Annotate | Download | only in src

Lines Matching defs:postviewframe

1438     struct msm_frame *postviewframe;
1469 postviewframe = recvd_frame->snapshot.main.frame;
1471 postviewframe = recvd_frame->snapshot.thumbnail.frame;
1477 encode_params.thumbnail_buf = (uint8_t *)postviewframe->buffer;
1478 encode_params.thumbnail_fd = postviewframe->fd;
1502 postviewframe = recvd_frame->snapshot.main.frame;
1504 postviewframe = recvd_frame->snapshot.thumbnail.frame;
1589 encode_params.thumbnail_buf = (uint8_t *)postviewframe->buffer;
1590 encode_params.thumbnail_fd = postviewframe->fd;
1591 encode_params.thumbnail_offset = postviewframe->phy_offset;