Home
last modified time | relevance | path

Searched refs:vPlane (Results 1 – 2 of 2) sorted by relevance

/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Enc.cpp400 uint8_t *vPlane = const_cast<uint8_t *>(rView->data()[C2PlanarLayout::PLANE_V]); in process() local
418 vPlane = uPlane + yPlaneSize / 4; in process()
450 vPlane = uPlane + yPlaneSize / 4; in process()
474 vin.vChan = vPlane; in process()
/hardware/google/av/media/codecs/avc/
DC2SoftAvcEnc.cpp938 uint8_t *vPlane = const_cast<uint8_t *>(input->data()[C2PlanarLayout::PLANE_V]); in setEncodeArgs() local
959 vPlane = uPlane + yPlaneSize / 4; in setEncodeArgs()
991 vPlane = uPlane + yPlaneSize / 4; in setEncodeArgs()
1011 ps_inp_raw_buf->apv_bufs[2] = vPlane; in setEncodeArgs()