OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_sInput_buff_property
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/media/mm-video/vidc/venc/src/
video_encoder_device_copper.cpp
359
m_sOutput_buff_property.alignment=
m_sInput_buff_property
.alignment=4096;
368
m_sInput_buff_property
.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage;
369
//printf("
m_sInput_buff_property
.datasize = %d\n",
m_sInput_buff_property
.datasize);
387
m_sInput_buff_property
.mincount=
m_sInput_buff_property
.maxcount=
m_sInput_buff_property
.actualcount=bufreq.count;
389
//printf("
m_sInput_buff_property
.datasize = %d\n",
m_sInput_buff_property
.datasize);
390
//printf("
m_sInput_buff_property
.mincount = %d\n",m_sInput_buff_property.mincount)
[
all
...]
video_encoder_device.cpp
295
ioctl_msg.out = (void*)&
m_sInput_buff_property
;
350
if(*actual_buff_count >
m_sInput_buff_property
.mincount)
352
temp_count =
m_sInput_buff_property
.actualcount;
353
m_sInput_buff_property
.actualcount = *actual_buff_count;
354
ioctl_msg.in = (void*)&
m_sInput_buff_property
;
359
m_sInput_buff_property
.actualcount = temp_count;
516
ioctl_msg.out = (void*)&
m_sInput_buff_property
;
522
*min_buff_count =
m_sInput_buff_property
.mincount;
523
*actual_buff_count =
m_sInput_buff_property
.actualcount;
528
m_sInput_buff_property
.datasize = (m_sInput_buff_property.datasize + 4095
[
all
...]
/hardware/qcom/media/mm-video/vidc/venc/inc/
video_encoder_device.h
116
struct venc_allocatorproperty
m_sInput_buff_property
;
video_encoder_device_copper.h
227
struct msm_venc_allocatorproperty
m_sInput_buff_property
;
Completed in 6224 milliseconds