Home
last modified time | relevance | path

Searched refs:iVideoWidth (Results 1 – 7 of 7) sorted by relevance

/external/opencore/android/samples/
Dandroid_surface_output_fb.cpp110 int frameWidth = iVideoWidth; in initCheck()
185 iVideoWidth, iVideoHeight, in writeFrameBuf()
295 size_t y_plane_size = iVideoWidth * iVideoHeight; in convertFrame()
297 memcpy(dst, src, y_plane_size + iVideoWidth); in convertFrame()
/external/opencore/engines/adapters/player/framemetadatautility/src/
Dpv_frame_metadata_mio_video.cpp42 iVideoWidth = 0; in InitData()
97 iVideoWidth = 0; in ResetData()
233 aFrameWidth = iVideoWidth; in GetFrameProperties()
765iVideoWidth, iVideoHeight, iVideoDisplayWidth, iVideoDisplayHeight); in writeAsync()
783iVideoWidth, iVideoHeight, iVideoDisplayWidth, iVideoDisplayHeight); in writeAsync()
1214 iVideoWidth = (int32)aParameters[i].value.uint32_value; in setParametersSync()
1216 …GMSG_STACK_TRACE, (0, "PVFMVideoMIO::setParametersSync() Video Width Key, Value %d", iVideoWidth)); in setParametersSync()
1422 uint32 y_plane_size = iVideoWidth * iVideoHeight; in convertYUV420SPtoYUV420()
1423 memcpy(dst, src, y_plane_size + iVideoWidth); in convertYUV420SPtoYUV420()
Dpv_frame_metadata_mio_video.h230 uint32 iVideoWidth; variable
/external/opencore/android/
Dandroid_surface_output.cpp80 iVideoHeight = iVideoWidth = iVideoDisplayHeight = iVideoDisplayWidth = 0; in initData()
817 iVideoWidth=(int32)aParameters[i].value.uint32_value; in setParametersSync()
819 LOGV("iVideoWidth=%d", iVideoWidth); in setParametersSync()
821 … (0,"AndroidSurfaceOutput::setParametersSync() Video Width Key, Value %d",iVideoWidth)); in setParametersSync()
959 int frameWidth = iVideoWidth; in initCheck()
Dandroid_surface_output.h283 int32 iVideoWidth; variable
/external/opencore/pvmi/media_io/pvmiofileoutput/src/
Dpvmi_media_io_fileoutput.cpp822 len = oscl_snprintf(string, 128, "Video Width %d ", iVideoWidth); in LogParameters()
1150 uint32 fsize = iVideoWidth * iVideoHeight; in writeAsync()
1151 uint32 bsize = iVideoWidth * iVideoHeight * 3 / 2; in writeAsync()
1165 uint32 size = iVideoWidth * iVideoHeight * 3 / 2; in writeAsync()
1671 iVideoWidth = (int32)aParameters[i].value.uint32_value; in setParametersSync()
1674 … (0, "PVRefFileOutput::setParametersSync() Video Width Key, Value %d", iVideoWidth)); in setParametersSync()
1745 iVideoWidth = (int32)yuvInfo->width; in setParametersSync()
1748 … (0, "PVRefFileOutput::setParametersSync() Video Width, Value %d", iVideoWidth)); in setParametersSync()
1836 InitializeAVI(iVideoWidth, iVideoHeight); in setParametersSync()
2488 …wMaxBytesPerSec = (uint32)((float)(iVideoCount * 3 * iVideoHeight * iVideoWidth) / (float)iVide… in UpdateVideoChunkHeaderIdx()
/external/opencore/pvmi/media_io/pvmiofileoutput/include/
Dpvmi_media_io_fileoutput.h392 int32 iVideoWidth; variable