Home | History | Annotate | Download | only in camera

Lines Matching defs:postviewframe

1585     struct msm_frame *postviewframe;
1622 postviewframe = recvd_frame->snapshot.main.frame;
1624 postviewframe = recvd_frame->snapshot.thumbnail.frame;
1630 encode_params.thumbnail_buf = (uint8_t *)postviewframe->buffer;
1631 encode_params.thumbnail_fd = postviewframe->fd;
1655 postviewframe = recvd_frame->snapshot.main.frame;
1657 postviewframe = recvd_frame->snapshot.thumbnail.frame;
1770 encode_params.thumbnail_buf = (uint8_t *)postviewframe->buffer;
1771 encode_params.thumbnail_fd = postviewframe->fd;
1772 encode_params.thumbnail_offset = postviewframe->phy_offset;