Before Fix, OpenGOP Recording.
(Return the I-Frame after each 10 frame.)
After Fix, Return the I-Frame after each 30 frame.
(Stagefright has set the I-frame interval 30 frame.)
Change-Id: I6089bdb5ae1b0cf2d999233f39a97c64884b6bb9
Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
/* doesn't have to be set */
ext_ctrl[31].id = V4L2_CID_MPEG_VIDEO_GOP_CLOSURE;
- ext_ctrl[31].value = 0;
+ ext_ctrl[31].value = 1;
ext_ctrl[32].id = V4L2_CID_MPEG_VIDEO_H264_I_PERIOD;
- ext_ctrl[32].value = 10;
+ ext_ctrl[32].value = 0;
ext_ctrl[33].id = V4L2_CID_MPEG_VIDEO_VBV_SIZE;
ext_ctrl[33].value = 0;
ext_ctrl[34].id = V4L2_CID_MPEG_VIDEO_HEADER_MODE;